Skip to content

Commit ecb66b1

Browse files
committed
Use checkFormatAll
1 parent c803468 commit ecb66b1

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
@@ -39,7 +39,7 @@ jobs:
3939
- name: Run tests
4040
run: |
4141
mill -k --disable-ticker __.resolvedIvyDeps &&
42-
mill -j 0 -k --disable-ticker __.checkFormat &&
42+
mill -k --disable-ticker mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll __.sources &&
4343
mill -j 0 -k --disable-ticker __.test
4444
4545
- name: Set up GPG

0 commit comments

Comments
 (0)