mirror of
https://github.com/opencontainers/runc.git
synced 2026-06-30 19:58:25 +00:00
ci: pin codespell
CI should not fail and require attention every time a new codespell version is released. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
@@ -67,7 +67,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user