From c519b269d8590fc2f7f922017d7365a17aa79302 Mon Sep 17 00:00:00 2001 From: chick Date: Tue, 17 Aug 2021 16:25:24 -0700 Subject: [PATCH] Fix scalafmt check --- .github/workflows/run-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/run-ci.yml b/.github/workflows/run-ci.yml index 78b6b9e6..0d13780e 100644 --- a/.github/workflows/run-ci.yml +++ b/.github/workflows/run-ci.yml @@ -29,6 +29,10 @@ jobs: name: Documentation and formatting runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Setup Scala + uses: olafurpg/setup-scala@v10 - name: Check Formatting run: sbt scalafmtCheckAll