forked from external/yambar
ci: new: codespell
This commit is contained in:
parent
547423556c
commit
3d8bdfadb4
2 changed files with 15 additions and 0 deletions
|
@ -88,3 +88,12 @@ plugins_as_shared_modules:
|
|||
- meson --buildtype=debug -Dcore-plugins-as-shared-libraries=true ../../
|
||||
- ninja -k0
|
||||
- meson test --print-errorlogs
|
||||
|
||||
codespell:
|
||||
image: alpine:edge
|
||||
stage: build
|
||||
script:
|
||||
- apk add python3
|
||||
- apk add py3-pip
|
||||
- pip install codespell
|
||||
- codespell *.c *.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue