From 5fc1ff448e1d4e714696213b8ae7ef465bc33915 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Thu, 10 Oct 2024 02:47:58 +0900 Subject: [PATCH] run scalafmtSbtCheck in CI (#525) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: