ci: add a formatter stage to teh test stage

This commit is contained in:
silver 2023-09-30 23:37:02 +01:00
parent 2fc64d34b5
commit 09ccf41717

View file

@ -81,6 +81,12 @@ build:
script:
- colmena build
linter:
<<: *builder
stage: test
script:
- nix fmt
# dns always has to be deployed first
deploy_dns:
<<: *builder