From 4b4e71781d1a2810c8f2093dfa4894d4297950db Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 12 Jul 2025 11:53:02 +0200 Subject: [PATCH] rename step, install specific crate version But, it takes 1 minutes to install typos, which seems high to run a 3-second task. --- .github/workflows/checksrc.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checksrc.yml b/.github/workflows/checksrc.yml index 56ec41620a..d6eaa62f36 100644 --- a/.github/workflows/checksrc.yml +++ b/.github/workflows/checksrc.yml @@ -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: |