From 93f90e20ff400e00bb8b0f2afcdd328bdadabcf2 Mon Sep 17 00:00:00 2001 From: Mikhail Limansky Date: Thu, 10 Oct 2024 14:22:29 +0300 Subject: [PATCH] Call setup sbt in CI --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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