diff options
| author | Franz Schwartau <franz@electromail.org> | 2023-09-04 16:33:04 +0200 |
|---|---|---|
| committer | Franz Schwartau <franz@electromail.org> | 2023-09-04 16:43:03 +0200 |
| commit | add465800bcc6651ade714e7c1c248f8246b7c64 (patch) | |
| tree | bc84c4f85a111849ab3009d4d92acd9496d5be16 | |
| parent | b1a60bac4b5aa70f9c81212d8abac22086707e37 (diff) | |
| download | monitoring-plugins-add465800bcc6651ade714e7c1c248f8246b7c64.tar.gz | |
Use codespell-project/actions-codespell@v2
The current master version seems to introduce an issue, e. g.
codespell
Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_301f7ff6-2829-439a-bb1e-e3787b7d0b37/0567173d-ce48-4e72-bccb-2a410baeb2a3.tar.gz. return code: 2.
https://github.com/monitoring-plugins/monitoring-plugins/actions/runs/6074675443
| -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 9c84acc4..5b9f1fcb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -18,7 +18,7 @@ jobs: | |||
| 18 | - name: Checkout | 18 | - name: Checkout |
| 19 | uses: actions/checkout@v3 | 19 | uses: actions/checkout@v3 |
| 20 | - name: Codespell | 20 | - name: Codespell |
| 21 | uses: codespell-project/actions-codespell@master | 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 |
