mirror of
https://github.com/curl/curl.git
synced 2026-06-06 13:54:15 +03:00
move typos version back to GHA
This commit is contained in:
parent
bc4fa842c1
commit
6f899a738f
2 changed files with 3 additions and 3 deletions
2
.github/scripts/typos.sh
vendored
2
.github/scripts/typos.sh
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
4
.github/workflows/checksrc.yml
vendored
4
.github/workflows/checksrc.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue