diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-13 01:37:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-13 01:37:38 +0200 |
| commit | 56ba2368d93a4fad4a6d874a2c9bfade1f2b37b0 (patch) | |
| tree | 14aadfb8054c96873694b40c8aed73227e3b48fd /.github/workflows | |
| parent | 4d8f1dab571ff86af3c3cc8695683d40ef0b5a56 (diff) | |
| parent | f5074ac7f01ba95469748531b503c56b31e55cc3 (diff) | |
| download | monitoring-plugins-56ba2368d93a4fad4a6d874a2c9bfade1f2b37b0.tar.gz | |
Merge pull request #1928 from datamuc/merge-jitter
check_icmp: Add support to Jitter, MOS and Score
Diffstat (limited to '.github/workflows')
| -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 0f845de7..ea0b38be 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,esponse | 24 | ignore_words_list: allright,gord,didi,hda,nd,alis,clen,scrit,ser,fot,te,parm,isnt,consol,oneliners,esponse,slac |
| 25 | check_filenames: true | 25 | check_filenames: true |
| 26 | check_hidden: true | 26 | check_hidden: true |
| 27 | # super-linter: | 27 | # super-linter: |
