mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-07 04:06:07 -05:00
ci: gitlab: run codespell in the 'build' stage
This makes it run in parallel with the compilation steps
This commit is contained in:
parent
a41244a885
commit
9bedb98a0d
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
stages:
|
||||
- build
|
||||
- codespell
|
||||
|
||||
variables:
|
||||
GIT_SUBMODULE_STRATEGY: normal
|
||||
|
|
@ -59,7 +58,7 @@ release-x86:
|
|||
|
||||
codespell:
|
||||
image: alpine:edge
|
||||
stage: codespell
|
||||
stage: build
|
||||
script:
|
||||
- apk add codespell
|
||||
- codespell *.c *.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue