mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04:00
ci: codespell: ignore 'rin'
This commit is contained in:
parent
65bd79b77d
commit
ac6d7660dd
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ steps:
|
||||||
- python3 -m venv codespell-venv
|
- python3 -m venv codespell-venv
|
||||||
- source codespell-venv/bin/activate
|
- source codespell-venv/bin/activate
|
||||||
- pip install codespell
|
- pip install codespell
|
||||||
- codespell -Lser,doas,zar README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
- codespell -Lser,doas,zar,rin README.md INSTALL.md CHANGELOG.md *.c *.h doc/*.scd
|
||||||
- deactivate
|
- deactivate
|
||||||
|
|
||||||
- name: subprojects
|
- name: subprojects
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue