diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-03 22:34:14 +0200 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-03 22:34:14 +0200 |
commit | 41ebe4b6d9c36205577a336ae6f81567a0321267 (patch) | |
tree | 848cffb3021ffffd5d787d5767b20bc32c7d5715 /.github/workflows/test.yml | |
parent | 103821efeba4212501475eadcc5a5e5cb2ba9e6f (diff) | |
parent | c10d478162f0b32d5233451236b436a5853f859f (diff) | |
download | monitoring-plugins-41ebe4b.tar.gz |
Merge branch 'master' into check_dhcp_rogue_detection
Diffstat (limited to '.github/workflows/test.yml')
-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 eda27907..0f845de7 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: |