From 7c5387a4e082a25a26097ef65337cd50606e4893 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Wed, 22 Jan 2025 21:34:01 +0900 Subject: [PATCH] setup-sbt --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a336750..1df8f82 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,7 @@ jobs: java-version: 11 distribution: temurin - uses: coursier/cache-action@v6 + - uses: sbt/setup-sbt@v1 - run: sbt -v scalafmtSbtCheck "+ scalafmtCheckAll"