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

11 lines
269 B
YAML
Raw Normal View History

2023-10-11 16:37:10 +02:00
branches: master
# NOTE: codespell not available on stable alpine, use edge
pipeline:
spell-check:
image: alpine:edge
commands: |
apk add --no-cache python3 py3-pip git
pip install codespell
git ls-files | sed '/\.png$/d' | xargs codespell