Fix scalafmt check

This commit is contained in:
chick
2021-08-17 16:25:24 -07:00
parent db54d55074
commit c519b269d8

View File

@@ -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