move typos version back to GHA

This commit is contained in:
Viktor Szakats 2025-07-12 09:30:01 +02:00
parent bc4fa842c1
commit 6f899a738f
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 3 additions and 3 deletions

View file

@ -7,8 +7,6 @@ set -eu
cd "$(dirname "${0}")"/../..
typos --version
git ls-files \
| grep -v -E '(codespell-ignore\.txt|spellcheck\.words|/wcurl|CIPHERS-TLS12\.md|/THANKS)' \
| typos \

View file

@ -74,7 +74,9 @@ jobs:
.github/scripts/codespell.sh
- name: 'typos'
run: .github/scripts/typos.sh
run: |
typos --version
.github/scripts/typos.sh
- name: 'cmakelint'
run: scripts/cmakelint.sh