dotfiles/.gitlab-ci.yml
2020-04-20 21:37:37 +00:00

7 lines
123 B
YAML

stages:
- test
nixfmt:
stage: test
image: nixery.dev/shell/git/nixfmt
script: "nixfmt -c $(git ls-files '*.nix')"