diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 233731f47f..34c471ab3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 26b8fe8dea..4d739a7609 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/scalafmt b/scalafmt deleted file mode 100755 index 1de7f68d52..0000000000 Binary files a/scalafmt and /dev/null differ