Skip to content

Commit fff118b

Browse files
author
lemastero
committed
[ETCM-141] scalafmt to buildkite
1 parent 70c8dc5 commit fff118b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.buildkite/pipeline.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ in
5454
'';
5555
};
5656

57+
scalafmt = commonAttrs // {
58+
dependsOn = [ compile ];
59+
label = "scalafmtCheck";
60+
command = ''
61+
nix-shell --run '$SBT scalafmtCheck'
62+
'';
63+
};
64+
5765
test-unit = commonAttrs // {
5866
dependsOn = [ compile ];
5967
label = "unit tests";

0 commit comments

Comments
 (0)