mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-04 01:40:21 -05:00
ci: fix codespell -L usage
This commit is contained in:
parent
bfab825b02
commit
e5926ad6be
3 changed files with 3 additions and 3 deletions
|
|
@ -49,4 +49,4 @@ tasks:
|
||||||
- codespell: |
|
- codespell: |
|
||||||
pip install codespell
|
pip install codespell
|
||||||
cd foot
|
cd foot
|
||||||
~/.local/bin/codespell -LSer -Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
~/.local/bin/codespell -LSer,doas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||||
|
|
|
||||||
|
|
@ -109,4 +109,4 @@ codespell:
|
||||||
- apk add python3
|
- apk add python3
|
||||||
- apk add py3-pip
|
- apk add py3-pip
|
||||||
- pip install codespell
|
- pip install codespell
|
||||||
- codespell -LSer -Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
- codespell -LSer,doas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@ pipeline:
|
||||||
- apk add python3
|
- apk add python3
|
||||||
- apk add py3-pip
|
- apk add py3-pip
|
||||||
- pip install codespell
|
- pip install codespell
|
||||||
- codespell -LSer -Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
- codespell -LSer,Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||||
|
|
||||||
subprojects:
|
subprojects:
|
||||||
when:
|
when:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue