Add nixfmt check to gitlab CI
This commit is contained in:
parent
bf0be939cc
commit
4ae44c334d
1 changed files with 7 additions and 0 deletions
7
.gitlab-ci.yml
Normal file
7
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
stages:
|
||||||
|
- test
|
||||||
|
|
||||||
|
nixfmt:
|
||||||
|
stage: test
|
||||||
|
image: nixery.dev/shell/git/nixfmt
|
||||||
|
script: "nixfmt -c $(git ls-files *.nix)"
|
Loading…
Add table
Reference in a new issue