mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-22 05:33:45 -04: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:
|
stages:
|
||||||
- build
|
- build
|
||||||
- codespell
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: normal
|
GIT_SUBMODULE_STRATEGY: normal
|
||||||
|
|
@ -59,7 +58,7 @@ release-x86:
|
||||||
|
|
||||||
codespell:
|
codespell:
|
||||||
image: alpine:edge
|
image: alpine:edge
|
||||||
stage: codespell
|
stage: build
|
||||||
script:
|
script:
|
||||||
- apk add codespell
|
- apk add codespell
|
||||||
- codespell *.c *.h
|
- codespell *.c *.h
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue