Skip to content

Commit 984abea

Browse files
fix circleci
1 parent e4c4ce8 commit 984abea

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.circleci/config.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/base@10.2.2
4+
codacy: codacy/base@12.2.0
55

66
workflows:
77
version: 2
@@ -12,12 +12,16 @@ workflows:
1212
- codacy/sbt:
1313
name: populate_cache
1414
persist_to_workspace: true
15-
cmd: sbt "set scalafmtUseIvy in ThisBuild := false;update"
15+
md: |
16+
sbt "clean;
17+
scalafmtCheckAll;
18+
Test / scalafmtCheck;
19+
scalafmtCheck;"
1620
requires:
1721
- codacy/checkout_and_version
1822
- codacy/sbt:
1923
name: check_fmt
20-
cmd: sbt "scalafmt::test;test:scalafmt::test;sbt:scalafmt::test"
24+
cmd: sbt test:scalafmt scalafmt scalafmtSbt
2125
requires:
2226
- populate_cache
2327
- codacy/sbt:

0 commit comments

Comments
 (0)