From 63bde96f1d1cf27d5bd65e9d9e7f24bba55220fa Mon Sep 17 00:00:00 2001 From: Ian Streeter Date: Thu, 29 Apr 2021 15:03:09 +0100 Subject: [PATCH] Common: change formatting check to scalafmtCheckAll (close #378) --- .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 38b61bdfd..ad628da61 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: OER_KEY: ${{ secrets.OER_KEY }} - name: Check Scala formatting if: ${{ always() }} - run: sbt scalafmtCheck + run: sbt scalafmtCheckAll - name: Check assets can be published if: ${{ always() }} run: sbt publishLocal