This commit is contained in:
parent
d54febbb87
commit
30586c1d41
2 changed files with 2 additions and 9 deletions
|
@ -9,12 +9,7 @@
|
|||
${system} = {
|
||||
|
||||
# Check project formatting
|
||||
format = pkgs.runCommand "nixfmt-check" { } ''
|
||||
set -euo pipefail
|
||||
cd ${self}
|
||||
${self.formatter.${system}}/bin/formatter . --check
|
||||
mkdir $out
|
||||
'';
|
||||
formatter = self.formatter.${system};
|
||||
|
||||
#TODO(#29): Integration/System tests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue