From f7417490ccfb5a886b0d23c9c2ede55f48ecbf3a Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Tue, 17 Oct 2023 16:01:26 +0200 Subject: Prevent THANKS.in from beeing codespelled diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea0b38b..37c7738 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - name: Codespell uses: codespell-project/actions-codespell@v2 with: - skip: "./.git,./.gitignore,./ABOUT-NLS,*.po,./gl,./po,./tools/squid.conf,./build-aux/ltmain.sh" + skip: "./.git,./.gitignore,./ABOUT-NLS,*.po,./gl,./po,./tools/squid.conf,./build-aux/ltmain.sh,THANKS.in" ignore_words_list: allright,gord,didi,hda,nd,alis,clen,scrit,ser,fot,te,parm,isnt,consol,oneliners,esponse,slac check_filenames: true check_hidden: true -- cgit v0.10-9-g596f