suckless-utils/nsxiv/etc/woodpecker/spell.yml
2023-10-11 22:37:10 +08:00

11 lines
269 B
YAML

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