aboutsummaryrefslogtreecommitdiffstats
path: root/etc/woodpecker/spell.yml
diff options
context:
space:
mode:
Diffstat (limited to 'etc/woodpecker/spell.yml')
-rw-r--r--etc/woodpecker/spell.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/woodpecker/spell.yml b/etc/woodpecker/spell.yml
index a184092..a6b71d8 100644
--- a/etc/woodpecker/spell.yml
+++ b/etc/woodpecker/spell.yml
@@ -5,5 +5,6 @@ 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
+ apk add --no-cache python3 py3-pip git
+ pip install codespell
git ls-files | sed '/\.png$/d' | xargs codespell