From 6d8e9041e000f9ea5fb3d069d1f9ec06d2158575 Mon Sep 17 00:00:00 2001 From: Jack Koenig Date: Tue, 19 Jan 2021 16:47:26 -0800 Subject: Restore scalafmt CI check (#2047) Fix scalafmtCheckAll failures that snuck through--- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3f57a1a6..18a680f5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,6 +31,9 @@ jobs: java-version: adopt@1.8 - name: Cache Scala uses: coursier/cache-action@v5 + - name: Check Formatting (Scala 2.12 only) + if: matrix.scala == '2.12.12' + run: sbt ++${{ matrix.scala }} scalafmtCheckAll - name: Unidoc builds (Scala 2.12 only) if: matrix.scala == '2.12.12' run: sbt ++${{ matrix.scala }} unidoc -- cgit v1.2.3