mirror of
https://github.com/curl/curl.git
synced 2026-06-06 14:44:16 +03:00
move codespell version back to GHA
This commit is contained in:
parent
d2a801d82f
commit
bc4fa842c1
2 changed files with 3 additions and 2 deletions
1
.github/scripts/codespell.sh
vendored
1
.github/scripts/codespell.sh
vendored
|
|
@ -7,7 +7,6 @@ set -eu
|
|||
|
||||
cd "$(dirname "${0}")"/../..
|
||||
|
||||
codespell --version
|
||||
# shellcheck disable=SC2046
|
||||
codespell \
|
||||
--skip '*/spellcheck.words' \
|
||||
|
|
|
|||
4
.github/workflows/checksrc.yml
vendored
4
.github/workflows/checksrc.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue