whitespace

This commit is contained in:
Mark Canlas 2021-04-05 12:21:06 -04:00
parent aee8bef2b7
commit b41670fde8

View File

@ -18,7 +18,7 @@ jobs:
with: with:
java-version: '11' java-version: '11'
distribution: 'adopt' distribution: 'adopt'
- name: Cache sbt - name: Cache sbt
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
@ -26,6 +26,6 @@ jobs:
~/.sbt ~/.sbt
~/.cache/coursier/v1 ~/.cache/coursier/v1
key: scala key: scala
- name: Run tests - name: Run tests
run: sbt "+scalafixAll --check" +scalafmtCheck "+test" run: sbt "+scalafixAll --check" +scalafmtCheck "+test"