diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-03 20:31:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-03 20:31:02 (GMT) |
commit | c10d478162f0b32d5233451236b436a5853f859f (patch) | |
tree | dda3324450f75d022d86db6a4deb965dbb9ab679 /.github | |
parent | 8e2784fa1f4d4bc0aa57aae8458e661985a8ee2a (diff) | |
parent | e1e1291b72e2f1df81d0346d77e65da677e57878 (diff) | |
download | monitoring-plugins-c10d478162f0b32d5233451236b436a5853f859f.tar.gz |
Merge pull request #1931 from RincewindsHat/fix/typos
Fix some more typos
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eda2790..0f845de 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -21,7 +21,7 @@ jobs: | |||
21 | uses: codespell-project/actions-codespell@v2 | 21 | uses: codespell-project/actions-codespell@v2 |
22 | with: | 22 | with: |
23 | skip: "./.git,./.gitignore,./ABOUT-NLS,*.po,./gl,./po,./tools/squid.conf,./build-aux/ltmain.sh" | 23 | skip: "./.git,./.gitignore,./ABOUT-NLS,*.po,./gl,./po,./tools/squid.conf,./build-aux/ltmain.sh" |
24 | ignore_words_list: allright,gord,didi,hda,nd,alis,clen,scrit,ser,fot,te,parm,isnt,consol,oneliners | 24 | ignore_words_list: allright,gord,didi,hda,nd,alis,clen,scrit,ser,fot,te,parm,isnt,consol,oneliners,esponse |
25 | check_filenames: true | 25 | check_filenames: true |
26 | check_hidden: true | 26 | check_hidden: true |
27 | # super-linter: | 27 | # super-linter: |