diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-15 22:07:33 +0200 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-15 22:07:33 +0200 |
| commit | 685c2931dfc3cb67b7605eba143598512a66c037 (patch) | |
| tree | 4d73bf71eb19e7c63f3d649fa969c63104a4b456 /.github/workflows | |
| parent | 0875351a8385d6587133c2af541d102f31c17a46 (diff) | |
| parent | bf70f5f847e3407af572d1768cca747af270b993 (diff) | |
| download | monitoring-plugins-685c293.tar.gz | |
Merge branch 'master' into dev/check_ssh-patches
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 77b09f43..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 | 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: |
| @@ -49,10 +49,10 @@ jobs: | |||
| 49 | fail-fast: false | 49 | fail-fast: false |
| 50 | matrix: | 50 | matrix: |
| 51 | distro: | 51 | distro: |
| 52 | - 'debian:testing' | 52 | - 'debian:stable' |
| 53 | #... | 53 | #... |
| 54 | include: | 54 | include: |
| 55 | - distro: 'debian:testing' | 55 | - distro: 'debian:stable' |
| 56 | prepare: .github/prepare_debian.sh | 56 | prepare: .github/prepare_debian.sh |
| 57 | #... | 57 | #... |
| 58 | steps: | 58 | steps: |
