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
|
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
|
||||||
|
|
Loading…
Reference in a new issue