mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-28 07:58:00 -04:00
ci: gitlab: run a codespell stage on all *.c and *.h files
This commit is contained in:
parent
071cda1bd6
commit
a41244a885
1 changed files with 8 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
||||||
stages:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
- codespell
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: normal
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
|
|
@ -55,3 +56,10 @@ release-x86:
|
||||||
- meson --buildtype=release ../../
|
- meson --buildtype=release ../../
|
||||||
- ninja -v -k0
|
- ninja -v -k0
|
||||||
- ninja -v test
|
- ninja -v test
|
||||||
|
|
||||||
|
codespell:
|
||||||
|
image: alpine:edge
|
||||||
|
stage: codespell
|
||||||
|
script:
|
||||||
|
- apk add codespell
|
||||||
|
- codespell *.c *.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue