Update fmt command

This commit is contained in:
Miguel de la Cruz 2023-06-30 00:33:06 +02:00
parent b4348d8fac
commit 76a8ce454a

View file

@ -7,9 +7,7 @@ check-fmt:
stage: format stage: format
image: nixos/nix:latest image: nixos/nix:latest
script: script:
- nix-shell - nix-shell --run "make fmt && git diff --quiet"
- make fmt
- git diff --quiet
run-tests: run-tests:
stage: test stage: test