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
image: nixos/nix:latest
script:
- nix-shell
- make fmt
- git diff --quiet
- nix-shell --run "make fmt && git diff --quiet"
run-tests:
stage: test