mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-07 04:34:03 -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: |
|
- codespell: |
|
||||||
pip install codespell
|
pip install codespell
|
||||||
cd foot
|
cd foot
|
||||||
~/.local/bin/codespell *.c *.h
|
~/.local/bin/codespell *.c *.h doc/*.scd
|
||||||
|
|
|
||||||
|
|
@ -73,4 +73,4 @@ codespell:
|
||||||
- apk add python3
|
- apk add python3
|
||||||
- apk add py3-pip
|
- apk add py3-pip
|
||||||
- pip install codespell
|
- pip install codespell
|
||||||
- codespell *.c *.h
|
- codespell *.c *.h doc/*.scd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue