Add nixfmt check to gitlab CI

This commit is contained in:
Fabian Hauser 2020-04-05 19:24:50 +02:00
parent bf0be939cc
commit 4ae44c334d

7
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,7 @@
stages:
- test
nixfmt:
stage: test
image: nixery.dev/shell/git/nixfmt
script: "nixfmt -c $(git ls-files *.nix)"