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

@ -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