ci: fix codespell -L usage, take 2

This commit is contained in:
Daniel Eklöf 2022-02-05 17:30:09 +01:00
parent e5926ad6be
commit 1b0fac49ed
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -9,7 +9,7 @@ pipeline:
- apk add python3
- apk add py3-pip
- 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
subprojects:
when: