Skip to content

Commit

Permalink
Merge pull request #126 from exoego/format
Browse files Browse the repository at this point in the history
Format check should be src directory aware
  • Loading branch information
exoego committed May 11, 2020
2 parents f568e87 + 88daf66 commit c48f600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
- uses: actions/checkout@v1
- uses: olafurpg/setup-scala@v5
- name: Check Scalafmt/Scaladoc
run: sbt ++2.13.1 scalafmtSbtCheck scalafmtCheckAll
run: sbt scalafmtSbtCheck ++scalafmtCheckAll

0 comments on commit c48f600

Please sign in to comment.