From 348ce40c06574e4b4a35eb1a12e2c410e4739297 Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Fri, 6 Oct 2023 18:40:07 +0900 Subject: [PATCH] use scalafmtCheckAll (#165) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3b194d..345c1da 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,5 +24,5 @@ jobs: - name: Coursier cache uses: coursier/cache-action@v5 - name: Build and test - run: sbt scalafmtSbtCheck scalafmtCheck test:scalafmtCheck +test + run: sbt scalafmtSbtCheck scalafmtCheckAll +test - run: rm -rf "$HOME/.ivy2/local" || true