Skip to content

Commit b24fc9d

Browse files
committed
ci: pin codespell
CI should not fail and require attention every time a new codespell version is released. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent 854c4af commit b24fc9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- uses: actions/checkout@v4
6868
- name: install deps
6969
# Version of codespell bundled with Ubuntu is way old, so use pip.
70-
run: pip install codespell
70+
run: pip install codespell==v2.3.0
7171
- name: run codespell
7272
run: codespell
7373

0 commit comments

Comments
 (0)