mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
ci: codespell: ignore ‘doas’
This commit is contained in:
parent
fd78fa98b4
commit
3990cd4392
2 changed files with 2 additions and 2 deletions
|
|
@ -45,4 +45,4 @@ tasks:
|
|||
- codespell: |
|
||||
pip install codespell
|
||||
cd foot
|
||||
~/.local/bin/codespell README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
~/.local/bin/codespell -Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
|
|
|
|||
|
|
@ -86,4 +86,4 @@ codespell:
|
|||
- apk add python3
|
||||
- apk add py3-pip
|
||||
- pip install codespell
|
||||
- codespell README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
- codespell -Ldoas README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue