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 56f27ff commit 71cc196
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 @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: olafurpg/setup-scala@v7
- 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 @@ -46,9 +46,9 @@ scalafix-tests

## Formatting

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 71cc196

Please sign in to comment.