Skip to content

Commit

Permalink
Check formatting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tdroxler committed Mar 15, 2024
1 parent 8da55b7 commit 7db9853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 17
- run: sbt "compile;test"
- run: sbt "scalafmtSbtCheck; scalafmtCheckAll; compile;test"

test-windows:
runs-on: windows-latest
Expand All @@ -24,4 +24,4 @@ jobs:
- uses: actions/setup-java@v1
with:
java-version: 17
- run: sbt "compile;test"
- run: sbt "scalafmtSbtCheck; scalafmtCheckAll; compile;test"

0 comments on commit 7db9853

Please sign in to comment.