From 111b4d578b1addfbf4cd454a15c16a057d1e81ff Mon Sep 17 00:00:00 2001 From: Mikhail Limansky Date: Thu, 10 Oct 2024 01:29:25 +0300 Subject: [PATCH] Verify formatting in build --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbc4708..af0716f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,5 +34,8 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} + - name: Verify formatting + run: sbt scalafmtCheckAll + - name: Run tests run: sbt "^^${{ matrix.sbt }}" test scripted