Skip to content

Commit e35cf75

Browse files
Merge pull request #66 from ucb-ucie/vikramjain236-patch-1
Update ci.yml: remove the scalafmtCheckAll
2 parents e224db8 + 45b29a5 commit e35cf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
apps: sbtn
1717
- name: Build + Lint + Test
1818
run: |
19-
sbt -v 'set ThisBuild / scalacOptions += "-Xfatal-warnings"; scalafmtCheckAll; test'
19+
sbt -v 'set ThisBuild / scalacOptions += "-Xfatal-warnings"; test'

0 commit comments

Comments
 (0)