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:
Viktor Szakats 2025-07-12 11:53:02 +02:00
parent 36a663d2d5
commit 4b4e71781d
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

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