mirror of
https://github.com/lxc/incus.git
synced 2026-02-05 09:46:19 +01:00
lint: Run codespell automatically
Signed-off-by: Colin Watson <cjwatson@debian.org>
This commit is contained in:
committed by
Stéphane Graber
parent
4e37b921df
commit
99f8b39716
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -90,10 +90,13 @@ jobs:
|
||||
libtool \
|
||||
libudev-dev \
|
||||
make \
|
||||
pipx \
|
||||
pkg-config \
|
||||
shellcheck
|
||||
|
||||
python3 -m pip install flake8
|
||||
# With pipx >= 1.5.0, we could use pipx --global instead.
|
||||
PIPX_HOME=/opt/pipx PIPX_BIN_DIR=/usr/local/bin \
|
||||
pipx install codespell flake8
|
||||
|
||||
- name: Fix repository permissions
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user