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: