add check-fmt convenience script
This commit is contained in:
parent
d0201747ae
commit
0cea753c38
10
check-fmt
Executable file
10
check-fmt
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell ./shell.nix -i bash
|
||||
#
|
||||
# as per https://github.com/tweag/gomod2nix/blob/master/check-fmt
|
||||
# Just because the nixpkgs-fmt error message is not super readable. Used by CI.
|
||||
|
||||
if ! nixpkgs-fmt --check . ; then
|
||||
echo 'run `nixpkgs-fmt .` to fix it'
|
||||
exit 1
|
||||
fi
|
Loading…
Reference in New Issue
Block a user