dotfiles/.gitlab-ci.yml

7 lines
121 B
YAML

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