Skip to content

Commit

Permalink
keep only one instance of the scalafmt binary
Browse files Browse the repository at this point in the history
  • Loading branch information
github-brice-jaglin committed Nov 4, 2020
1 parent bee54cd commit eaf42c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v7
- run: sbt "scalafix --check"
- run: ./scalafmt --test
- run: ./bin/scalafmt --test
mima:
name: MiMa
runs-on: ubuntu-latest
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ scalafix-tests
We use scalafix to apply some rules that are configured in .scalafix.conf.
Make sure to run `sbt scalafixAll` to apply those rules.

Be sure to run `scalafmt` (available in the root folder) to ensure code
formatting. `./scalafmt --diff` formats only the files that have changed from
the master branch. You can read more about it at http://scalafmt.org
Be sure to run `scalafmt` (available in the `bin` folder) to ensure code
formatting. `./bin/scalafmt --diff` formats only the files that have changed
from the master branch. You can read more about it at http://scalafmt.org

## Documentation

Expand Down
Binary file removed scalafmt
Binary file not shown.

0 comments on commit eaf42c8

Please sign in to comment.