mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-08 10:06:22 -05: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:
|
||||
- build
|
||||
- codespell
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: normal
|
||||
|
|
@ -55,3 +56,10 @@ release-x86:
|
|||
- meson --buildtype=release ../../
|
||||
- ninja -v -k0
|
||||
- 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