We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c803468 commit ecb66b1Copy full SHA for ecb66b1
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Run tests
40
run: |
41
mill -k --disable-ticker __.resolvedIvyDeps &&
42
- mill -j 0 -k --disable-ticker __.checkFormat &&
+ mill -k --disable-ticker mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll __.sources &&
43
mill -j 0 -k --disable-ticker __.test
44
45
- name: Set up GPG
0 commit comments