mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
ci: add codespell to lint target
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
parent
e7b1c85791
commit
8ddd7f4837
2 changed files with 2 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -9,7 +9,7 @@ jobs:
|
|||
image: registry.fedoraproject.org/fedora:latest
|
||||
steps:
|
||||
- name: Install tools
|
||||
run: sudo dnf -y install git make python3-flake8 ShellCheck clang-tools-extra which findutils
|
||||
run: sudo dnf -y install git make python3-flake8 ShellCheck clang-tools-extra which findutils codespell
|
||||
- uses: actions/checkout@v2
|
||||
- name: Run make lint
|
||||
run: make lint
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue