move typos to a script

This commit is contained in:
Viktor Szakats 2025-07-12 09:24:59 +02:00
parent 7f4e2ea9f9
commit d2a801d82f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 17 additions and 5 deletions

View file

@ -72,11 +72,7 @@ jobs:
run: .github/scripts/codespell.sh
- name: 'typos'
run: |
typos --version
git ls-files | \
grep -v -E '(codespell-ignore\.txt|spellcheck\.words|/wcurl|CIPHERS-TLS12\.md|/THANKS)' | \
typos --file-list - --config .github/scripts/typos.toml
run: .github/scripts/typos.sh
- name: 'cmakelint'
run: scripts/cmakelint.sh