1
0
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:
Colin Watson
2025-03-16 17:44:45 +00:00
committed by Stéphane Graber
parent 4e37b921df
commit 99f8b39716
6 changed files with 21 additions and 1 deletions

View File

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