diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b88a2a0..8b4d18d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,9 @@ jobs: distribution: 'temurin' cache: sbt + - name: Set up SBT + uses: sbt/setup-sbt@v1 + - name: Verify formatting run: sbt scalafmtCheckAll