mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
ci: run codespell on README/INSTALL/CHANGELOG
This commit is contained in:
parent
8dd58a4220
commit
8b4c4d6728
2 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
image: alpine/edge
|
||||
packages:
|
||||
- musl-dev
|
||||
|
|
@ -50,4 +51,4 @@ tasks:
|
|||
- codespell: |
|
||||
pip install codespell
|
||||
cd foot
|
||||
~/.local/bin/codespell *.c *.h doc/*.scd
|
||||
~/.local/bin/codespell README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
|
|
|
|||
|
|
@ -77,4 +77,4 @@ codespell:
|
|||
- apk add python3
|
||||
- apk add py3-pip
|
||||
- pip install codespell
|
||||
- codespell *.c *.h doc/*.scd
|
||||
- codespell README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue