From 9df81ffb8ce1ffefe087a43f4b65da5256a5b1c1 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Wed, 9 Oct 2024 14:54:08 +0900 Subject: [PATCH] run scalafmtSbtCheck in CI --- .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: