mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-01 07:15:32 -04:00
ci: run codespell on README/INSTALL/CHANGELOG
This commit is contained in:
parent
7a2084f2c2
commit
e7b2dcb619
2 changed files with 3 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
image: alpine/edge
|
image: alpine/edge
|
||||||
packages:
|
packages:
|
||||||
- musl-dev
|
- musl-dev
|
||||||
|
|
@ -44,4 +45,4 @@ tasks:
|
||||||
- codespell: |
|
- codespell: |
|
||||||
pip install codespell
|
pip install codespell
|
||||||
cd foot
|
cd foot
|
||||||
~/.local/bin/codespell *.c *.h doc/*.scd
|
~/.local/bin/codespell README.md INSTALL.md CHANGELOG.md *.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 doc/*.scd
|
- codespell README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue