Skip to content

Commit

Permalink
use scalafmtCheckAll (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 6, 2023
1 parent 4adb9ec commit 348ce40
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 @@ -24,5 +24,5 @@ jobs:
- name: Coursier cache
uses: coursier/cache-action@v5
- name: Build and test
run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck +test
run: sbt scalafmtSbtCheck scalafmtCheckAll +test
- run: rm -rf "$HOME/.ivy2/local" || true

0 comments on commit 348ce40

Please sign in to comment.