move codespell to a script

This commit is contained in:
Viktor Szakats 2025-07-12 09:22:04 +02:00
parent 70e4cdd6e5
commit 7f4e2ea9f9
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 23 additions and 10 deletions

View file

@ -69,16 +69,7 @@ jobs:
cargo install typos-cli
- name: 'codespell'
run: |
codespell --version
# shellcheck disable=SC2046
codespell \
--skip scripts/mk-ca-bundle.pl \
--skip src/tool_hugehelp.c \
--skip scripts/wcurl \
--ignore-words .github/scripts/codespell-ignore.txt \
--skip '*/test*,*/THANKS,*/spellcheck.words,packages/*,*/typos.toml' \
$(git ls-files)
run: .github/scripts/codespell.sh
- name: 'typos'
run: |