aboutsummaryrefslogtreecommitdiffstats
path: root/etc/woodpecker/spell.yml
blob: a184092c35a872e535aa5d536666546fee7a4b01 (plain) (blame)
1
2
3
4
5
6
7
8
9
branches: master

# NOTE: codespell not available on stable alpine, use edge
pipeline:
  spell-check:
    image: alpine:edge
    commands: |
      apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing py3-codespell git >/dev/null
      git ls-files | sed '/\.png$/d' | xargs codespell