Skip to content

Commit

Permalink
Use checkFormatAll
Browse files Browse the repository at this point in the history
  • Loading branch information
Baccata committed Aug 3, 2022
1 parent c803468 commit ecb66b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run tests
run: |
mill -k --disable-ticker __.resolvedIvyDeps &&
mill -j 0 -k --disable-ticker __.checkFormat &&
mill -k --disable-ticker mill.scalalib.scalafmt.ScalafmtModule/checkFormatAll __.sources &&
mill -j 0 -k --disable-ticker __.test
- name: Set up GPG
Expand Down

0 comments on commit ecb66b1

Please sign in to comment.