From c46e24bbfe8ffd17b501395f2d44456870cdf416 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 1 Oct 2023 00:03:55 +0100 Subject: [PATCH] ci: now should error on incorrectly formatted files --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78f18e0..ffd8b39 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: