diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9b403a..c7c3232 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: scalafmt - run: ./sbt scalafmtCheckAll + run: ./sbt scalafmtSbtCheck scalafmtCheckAll test: name: Test strategy: