Fix scalafmt check
This commit is contained in:
4
.github/workflows/run-ci.yml
vendored
4
.github/workflows/run-ci.yml
vendored
@@ -29,6 +29,10 @@ jobs:
|
|||||||
name: Documentation and formatting
|
name: Documentation and formatting
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
- name: Setup Scala
|
||||||
|
uses: olafurpg/setup-scala@v10
|
||||||
- name: Check Formatting
|
- name: Check Formatting
|
||||||
run: sbt scalafmtCheckAll
|
run: sbt scalafmtCheckAll
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user