diff options
author | datamuc <m@rbfh.de> | 2023-10-04 12:02:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 12:02:25 (GMT) |
commit | 9280b0eee22b9d4272b469d6ca0f7373d2aef67e (patch) | |
tree | a6ddce7b79fca4344fec2a48ec74127a4ddcfb62 /.github | |
parent | dfa5aa4b83c33ed6b609e7f79ebe1f03507b679c (diff) | |
parent | d31dddadaf829d36b40ff02252dc523cf5078260 (diff) | |
download | monitoring-plugins-9280b0eee22b9d4272b469d6ca0f7373d2aef67e.tar.gz |
Merge branch 'master' into merge-jitter
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: |