Skip to content

Commit

Permalink
ci: pin codespell
Browse files Browse the repository at this point in the history
CI should not fail and require attention every time a new codespell
version is released.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
(cherry picked from commit b24fc9d)
Signed-off-by: lifubang <lifubang@acmcoder.com>
  • Loading branch information
kolyshkin authored and lifubang committed Jun 3, 2024
1 parent f8f7def commit 3b7fcf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v3
- name: install deps
# Version of codespell bundled with Ubuntu is way old, so use pip.
run: pip install codespell
run: pip install codespell==v2.3.0
- name: run codespell
run: codespell

Expand Down

0 comments on commit 3b7fcf7

Please sign in to comment.