Fix grammar in CONTRIBUTING.md (#29042)
This commit is contained in:
parent
39914aa7ed
commit
a66aaa089d
1 changed files with 2 additions and 2 deletions
|
|
@ -205,8 +205,8 @@ target PR branch you can do so by setting the PR_TARGET_BRANCH environment varia
|
|||
PR_TARGET_BRANCH=origin/example sbt validatePullRequest
|
||||
```
|
||||
|
||||
If you have already run all tests and now just need to check that everything is formatted and or mima passes there
|
||||
are a set of `all*` commands aliases for running `test:compile` (also formats), `mimaReportBinaryIssues`, and `validateCompile`
|
||||
If you already ran all tests and just need to check formatting and mima, there
|
||||
is a set of `all*` command aliases that run `test:compile` (also formats), `mimaReportBinaryIssues`, and `validateCompile`
|
||||
(compiles `multi-jvm` if enabled for that project). See `build.sbt` or use completion to find the most appropriate one
|
||||
e.g. `allCluster`, `allTyped`.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue