Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKir Kolyshkin <kolyshkin@gmail.com>2022-03-31 04:53:05 +0300
committerAndrei Vagin <avagin@gmail.com>2022-04-29 03:53:52 +0300
commit8ddd7f4837036160eeae1824efcf5e31a58ad459 (patch)
tree2db92a7e6ef66d1ed8608880a2d89f01ac992967 /.github
parente7b1c85791a6accbb095c34f66b16de2fb4ad76b (diff)
ci: add codespell to lint target
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml
index 50b241e9f..c1215aeaf 100644
--- a/.github/workflows/lint.yml
+++ b/.github/workflows/lint.yml
@@ -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