mention formatting

This commit is contained in:
Brian Hicks 2023-05-10 09:00:57 -05:00
parent 6e8ee216ca
commit d40550847f
No known key found for this signature in database
GPG Key ID: C4F324B9CAAB0D50

View File

@ -107,6 +107,8 @@ Here are some things you might need to do:
We are in the process of transitioning our build processes to [Buck 2](https://buck2.build).
The instructions above will work until they're removed from the repo, but if you'd like to try the new thing, run `script/buck2 build //...` or `script/buck2 test //...`.
If you get a failure due to formatting in Buck, you can correct it with `buck2 run //:diff_to_comment -- --fix //the-target-that-ci-complained-about`.
## Tests
Run tests with