File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 62
62
paths :
63
63
- workdir/*
64
64
65
+ checkfmt :
66
+ << : *default_sbt_job
67
+ steps :
68
+ - attach_workspace :
69
+ at : ~/
70
+ - *restore_sbt_cache
71
+ - run :
72
+ name : Check formatting
73
+ command : sbt ";scalafmt::test;test:scalafmt::test;sbt:scalafmt::test"
74
+ - *clean_sbt_cache
75
+ - *save_sbt_cache
76
+
65
77
populate_cache :
66
78
<< : *default_sbt_job
67
79
steps :
@@ -116,9 +128,9 @@ workflows:
116
128
- populate_cache :
117
129
requires :
118
130
- checkout_and_version
119
- # - checkfmt:
120
- # requires:
121
- # - populate_cache
131
+ - checkfmt :
132
+ requires :
133
+ - populate_cache
122
134
- compile_and_test :
123
135
requires :
124
136
- populate_cache
@@ -131,7 +143,7 @@ workflows:
131
143
context : CodacyAWS
132
144
requires :
133
145
- compile_and_test
134
- # - checkfmt
146
+ - checkfmt
135
147
- tag_version :
136
148
filters :
137
149
branches :
You can’t perform that action at this time.
0 commit comments