ci: now should error on incorrectly formatted files

This commit is contained in:
silver 2023-10-01 00:03:55 +01:00
parent 88195b4628
commit c46e24bbfe

View file

@ -91,7 +91,7 @@ linter:
<<: *builder
stage: test
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
deploy_dns: