added nix linter pipeline steps

This commit is contained in:
Sebastian Wendel 2022-11-29 14:38:16 +01:00
parent a20b65b5b8
commit 4098259809
No known key found for this signature in database
GPG key ID: 1422B7DF78144640

View file

@ -10,6 +10,12 @@ stages:
- test
- build
lint.nix:
stage: test
script:
- nix develop
- nix-linter *.nix
lint.yaml:
stage: test
script: