mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
ci: bump codespell to v2.4.1, fix some typos
All but one were found by codespell. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
@@ -91,7 +91,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install deps
|
||||
# Version of codespell bundled with Ubuntu is way old, so use pip.
|
||||
run: pip install --break-system-packages codespell==v2.3.0
|
||||
run: pip install --break-system-packages codespell==v2.4.1
|
||||
- name: run codespell
|
||||
run: codespell
|
||||
|
||||
|
||||
Reference in New Issue
Block a user