mirror of
https://github.com/opencontainers/runtime-spec.git
synced 2026-02-05 18:45:18 +01:00
ci: add codespell job, fix existing issues
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
9
.github/workflows/lint.yml
vendored
9
.github/workflows/lint.yml
vendored
@@ -12,3 +12,12 @@ jobs:
|
||||
run: make -C schema fmt
|
||||
- name: Check for changes
|
||||
run: git diff --exit-code
|
||||
|
||||
codespell:
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: install deps
|
||||
run: pip install --break-system-packages codespell==v2.4.1
|
||||
- name: run codespell
|
||||
run: codespell
|
||||
|
||||
Reference in New Issue
Block a user