mirror of
https://github.com/curl/curl.git
synced 2026-06-06 12:34:17 +03:00
rename step, install specific crate version
But, it takes 1 minutes to install typos, which seems high to run a 3-second task.
This commit is contained in:
parent
36a663d2d5
commit
4b4e71781d
1 changed files with 3 additions and 3 deletions
6
.github/workflows/checksrc.yml
vendored
6
.github/workflows/checksrc.yml
vendored
|
|
@ -45,8 +45,8 @@ jobs:
|
|||
- name: 'check'
|
||||
run: scripts/checksrc-all.pl
|
||||
|
||||
codespell-cmakelint-pytype-ruff:
|
||||
name: 'codespell, cmakelint, pytype, ruff'
|
||||
spellcheck-cmakelint-pytype-ruff:
|
||||
name: 'spellcheck, cmakelint, pytype, ruff'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||
|
|
@ -66,7 +66,7 @@ jobs:
|
|||
python3-typing-extensions python3-libcst python3-impacket \
|
||||
python3-websockets python3-pytest python3-filelock python3-pytest-xdist
|
||||
python3 -m pip install --break-system-packages cmakelang==0.6.13 pytype==2024.10.11 ruff==0.11.9 codespell==2.4.1
|
||||
cargo install typos-cli
|
||||
cargo install typos-cli@1.34.0
|
||||
|
||||
- name: 'codespell'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue