ci: add codespell to lint target

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin 2022-03-30 18:53:05 -07:00 committed by Andrei Vagin
parent e7b1c85791
commit 8ddd7f4837
2 changed files with 2 additions and 1 deletions

View file

@ -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