diff --git a/.github/workflow/ci.yml b/.github/workflow/ci.yml index ffc7ba44478f13baeeed29c6b1678cafcdccf58e..cadf345f6f74a15a0829b2a63bcf572adeb7906f 100644 --- a/.github/workflow/ci.yml +++ b/.github/workflow/ci.yml @@ -16,8 +16,9 @@ jobs: - name: Compile run: sbt compile - name: Check style - run: sbt "scalafix --check" + run: sbt "scalafixAll --check" - name: Check format - run: sbt scalafmtCheck + run: sbt scalafmtCheckAll - name: Run tests - run: sbt test \ No newline at end of file + run: sbt test +