mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-15 11:38:53 -04:00
Merge pull request #1913 from franzs/fix_codespell_action
Use codespell-project/actions-codespell@v2
This commit is contained in:
commit
af6337b4fc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
- name: Codespell
|
||||
uses: codespell-project/actions-codespell@master
|
||||
uses: codespell-project/actions-codespell@v2
|
||||
with:
|
||||
skip: "./.git,./.gitignore,./ABOUT-NLS,*.po,./gl,./po,./tools/squid.conf,./build-aux/ltmain.sh"
|
||||
ignore_words_list: allright,gord,didi,hda,nd,alis,clen,scrit,ser,fot,te,parm,isnt,consol,oneliners
|
||||
|
|
|
|||
Loading…
Reference in a new issue