suckless-utils/nsxiv/etc/woodpecker/spell.yml

14 lines
345 B
YAML
Raw Normal View History

2024-07-08 08:13:30 +02:00
when:
branch: master
2023-10-11 16:37:10 +02:00
2024-07-08 08:13:30 +02:00
# NOTE: codespell not available on stable alpine, grab it from pip
steps:
2023-10-11 16:37:10 +02:00
spell-check:
image: alpine:edge
commands: |
apk add --no-cache python3 py3-pip git
2024-07-08 08:13:30 +02:00
python3 -m venv ~/py3-venv
. ~/py3-venv/bin/activate
2023-10-11 16:37:10 +02:00
pip install codespell
git ls-files | sed '/\.png$/d' | xargs codespell