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 3b3a406 commit 2688ff2Copy full SHA for 2688ff2
.circleci/config.yml
@@ -16,12 +16,12 @@ workflows:
16
- run:
17
name: Enable Coverage
18
command: sbt coverage
19
- - run:
20
- name: Check scalafmt on scala files
21
- command: sbt scalafmtCheckAll
22
23
- name: Check scalafmt on sbt files
24
- command: sbt scalafmtSbtCheck
+# - run:
+# name: Check scalafmt on scala files
+# command: sbt scalafmtCheckAll
+# name: Check scalafmt on sbt files
+# command: sbt scalafmtSbtCheck
25
26
name: Run tests
27
command: sbt crossTest
0 commit comments