Skip to content

Commit

Permalink
CI/GHA: pin codespell
Browse files Browse the repository at this point in the history
This is to avoid breaking CI when a new version comes out.

Signed-off-by: Kir Kolyshkin <[email protected]>
  • Loading branch information
kolyshkin committed Aug 15, 2024
1 parent 96b5c89 commit bfe6e48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: actions/checkout@v4
- name: install deps
# Version of codespell bundled with Ubuntu will become old, so use pip.
run: pip install --break-system-packages codespell
# OTOH, we want to pin it to specific version to avoid breaking CI.
run: pip install --break-system-packages codespell==v2.3.0
- name: run codespell
run: codespell

0 comments on commit bfe6e48

Please sign in to comment.