From 4098259809fafaa36bd5f59acc047e520c3e79d4 Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Tue, 29 Nov 2022 14:38:16 +0100 Subject: [PATCH] added nix linter pipeline steps --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6094256..e481d7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,12 @@ stages: - test - build +lint.nix: + stage: test + script: + - nix develop + - nix-linter *.nix + lint.yaml: stage: test script: