Files
nginx-proxy-manager/.github/workflows/spellcheck.yml
2023-09-25 22:03:10 +02:00

19 lines
458 B
YAML

name: spellcheck
on:
push:
pull_request:
workflow_dispatch:
jobs:
spellcheck:
name: spellcheck
runs-on: ubuntu-latest
steps:
- name: Check out code.
uses: actions/checkout@v4
- name: Check spelling
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
check_hidden: true
skip: .gitignore,block-exploits.conf,showdown.min.js,jquery.min.js,xregexp-all.js