aboutsummaryrefslogtreecommitdiffstats
path: root/etc/woodpecker/spell.yml
blob: a6b71d8e89f01c7dd17e44fbe8864909c65cc569 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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