Update fmt command
This commit is contained in:
parent
b4348d8fac
commit
76a8ce454a
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue