ci: add a formatter stage to teh test stage
This commit is contained in:
parent
2fc64d34b5
commit
09ccf41717
1 changed files with 6 additions and 0 deletions
|
@ -81,6 +81,12 @@ build:
|
||||||
script:
|
script:
|
||||||
- colmena build
|
- colmena build
|
||||||
|
|
||||||
|
linter:
|
||||||
|
<<: *builder
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- nix fmt
|
||||||
|
|
||||||
# dns always has to be deployed first
|
# dns always has to be deployed first
|
||||||
deploy_dns:
|
deploy_dns:
|
||||||
<<: *builder
|
<<: *builder
|
||||||
|
|
Loading…
Reference in a new issue