ci: run codespell on the man pages (the source files)

This commit is contained in:
Daniel Eklöf 2020-12-26 12:15:52 +01:00
parent 841618bb8d
commit 8dd58a4220
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 2 additions and 2 deletions

View file

@ -50,4 +50,4 @@ tasks:
- codespell: |
pip install codespell
cd foot
~/.local/bin/codespell *.c *.h
~/.local/bin/codespell *.c *.h doc/*.scd

View file

@ -77,4 +77,4 @@ codespell:
- apk add python3
- apk add py3-pip
- pip install codespell
- codespell *.c *.h
- codespell *.c *.h doc/*.scd