Skip to content

Commit

Permalink
Common: change formatting check to scalafmtCheckAll (close #378)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Apr 30, 2021
1 parent 3b429ac commit ed28026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed28026

Please sign in to comment.