mirror of
https://github.com/curl/curl.git
synced 2026-06-06 11:24:19 +03:00
move typos to a script
This commit is contained in:
parent
7f4e2ea9f9
commit
d2a801d82f
2 changed files with 17 additions and 5 deletions
6
.github/workflows/checksrc.yml
vendored
6
.github/workflows/checksrc.yml
vendored
|
|
@ -72,11 +72,7 @@ jobs:
|
|||
run: .github/scripts/codespell.sh
|
||||
|
||||
- name: 'typos'
|
||||
run: |
|
||||
typos --version
|
||||
git ls-files | \
|
||||
grep -v -E '(codespell-ignore\.txt|spellcheck\.words|/wcurl|CIPHERS-TLS12\.md|/THANKS)' | \
|
||||
typos --file-list - --config .github/scripts/typos.toml
|
||||
run: .github/scripts/typos.sh
|
||||
|
||||
- name: 'cmakelint'
|
||||
run: scripts/cmakelint.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue