Skip to content

Commit 2688ff2

Browse files
committed
[PT-1048] - Fetch workspace projects
1 parent 3b3a406 commit 2688ff2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ workflows:
1616
- run:
1717
name: Enable Coverage
1818
command: sbt coverage
19-
- run:
20-
name: Check scalafmt on scala files
21-
command: sbt scalafmtCheckAll
22-
- run:
23-
name: Check scalafmt on sbt files
24-
command: sbt scalafmtSbtCheck
19+
# - run:
20+
# name: Check scalafmt on scala files
21+
# command: sbt scalafmtCheckAll
22+
# - run:
23+
# name: Check scalafmt on sbt files
24+
# command: sbt scalafmtSbtCheck
2525
- run:
2626
name: Run tests
2727
command: sbt crossTest

0 commit comments

Comments
 (0)