move codespell version back to GHA

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

View file

@ -7,7 +7,6 @@ set -eu
cd "$(dirname "${0}")"/../..
codespell --version
# shellcheck disable=SC2046
codespell \
--skip '*/spellcheck.words' \

View file

@ -69,7 +69,9 @@ jobs:
cargo install typos-cli
- name: 'codespell'
run: .github/scripts/codespell.sh
run: |
codespell --version
.github/scripts/codespell.sh
- name: 'typos'
run: .github/scripts/typos.sh