You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove `ci/check_diff.sh `
No longer needed since we're moving to the rust version.
* call the rust check_diff binary from `.github/workflows/check_diff.yml`
Now we're calling our rust binary instead of our old shell script.
* add `language_edition` and `style_edition` to `check_diff.yml` CI
This will let us test the `check_diff` binary with different
combinations of Rust language edition and rustfmt style_edition.
0 commit comments