Skip to content

Commit bfe6e48

Browse files
committed
CI/GHA: pin codespell
This is to avoid breaking CI when a new version comes out. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 96b5c89 commit bfe6e48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/validate.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- uses: actions/checkout@v4
3030
- name: install deps
3131
# Version of codespell bundled with Ubuntu will become old, so use pip.
32-
run: pip install --break-system-packages codespell
32+
# OTOH, we want to pin it to specific version to avoid breaking CI.
33+
run: pip install --break-system-packages codespell==v2.3.0
3334
- name: run codespell
3435
run: codespell

0 commit comments

Comments
 (0)