nsxiv/.woodpecker/spell.yml
NRK 50f7b767c9 [ci]: check for typos via codespell (#326)
also fix any found issues.

Reviewed-on: https://codeberg.org/nsxiv/nsxiv/pulls/326
Reviewed-by: Berke Kocaoğlu <berke.kocaoglu@metu.edu.tr>
2022-06-27 10:47:14 +02:00

12 lines
399 B
YAML

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 >/dev/null
find . \( -name '*.patch' -o -name '*.diff' -o -name '*.md' \) -print | \
xargs -I{} codespell {}
codespell nsxiv.1 config.mk Makefile