diff --git a/.github/scripts/typos.sh b/.github/scripts/typos.sh index 7ddebaddde..2b38fefdc4 100755 --- a/.github/scripts/typos.sh +++ b/.github/scripts/typos.sh @@ -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 \ diff --git a/.github/workflows/checksrc.yml b/.github/workflows/checksrc.yml index 1df3f5b1da..56ec41620a 100644 --- a/.github/workflows/checksrc.yml +++ b/.github/workflows/checksrc.yml @@ -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