mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
ci: run codespell on the man pages (the source files)
This commit is contained in:
parent
cda647f2ca
commit
7a2084f2c2
2 changed files with 2 additions and 2 deletions
|
|
@ -44,4 +44,4 @@ tasks:
|
|||
- codespell: |
|
||||
pip install codespell
|
||||
cd foot
|
||||
~/.local/bin/codespell *.c *.h
|
||||
~/.local/bin/codespell *.c *.h doc/*.scd
|
||||
|
|
|
|||
|
|
@ -73,4 +73,4 @@ codespell:
|
|||
- apk add python3
|
||||
- apk add py3-pip
|
||||
- pip install codespell
|
||||
- codespell *.c *.h
|
||||
- codespell *.c *.h doc/*.scd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue