We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c4ce8 commit 984abeaCopy full SHA for 984abea
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- codacy: codacy/base@10.2.2
+ codacy: codacy/base@12.2.0
5
6
workflows:
7
version: 2
@@ -12,12 +12,16 @@ workflows:
12
- codacy/sbt:
13
name: populate_cache
14
persist_to_workspace: true
15
- cmd: sbt "set scalafmtUseIvy in ThisBuild := false;update"
+ md: |
16
+ sbt "clean;
17
+ scalafmtCheckAll;
18
+ Test / scalafmtCheck;
19
+ scalafmtCheck;"
20
requires:
21
- codacy/checkout_and_version
22
23
name: check_fmt
- cmd: sbt "scalafmt::test;test:scalafmt::test;sbt:scalafmt::test"
24
+ cmd: sbt test:scalafmt scalafmt scalafmtSbt
25
26
- populate_cache
27
0 commit comments