ci: now should error on incorrectly formatted files
This commit is contained in:
parent
88195b4628
commit
c46e24bbfe
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ linter:
|
||||||
<<: *builder
|
<<: *builder
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- nix --extra-experimental-features 'nix-command flakes' fmt
|
- nix --extra-experimental-features 'nix-command flakes' fmt -- --check .
|
||||||
|
|
||||||
# dns always has to be deployed first
|
# dns always has to be deployed first
|
||||||
deploy_dns:
|
deploy_dns:
|
||||||
|
|
Loading…
Reference in a new issue