grafbase/Run what-rust-changed

Determines which rust projects in a workspace have changed

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
baseThe base ref to use for comparisons. Usually the PR base or the before of a pushyes
configOptional config file for what-rust-changedno
versionWhich version of what-rust-changed to use. The default should usually sufficenov0.2.1
namedescription
blah
changed-packagesA JSON list of the packages that have changed
changed-binariesA JSON list of the binaries that have changed
cargo-build-specsA string suitable for passing to cargo that builds all the changed packages
cargo-test-specsA string suitable for passing to cargo test that includes all the changed packages but not the docker-tests
cargo-docker-test-specsA string suitable for passing to cargo test that includes all the changed packages including the docker-tests
cargo-bin-specsA string suitable for passing to cargo that builds all the changed binaries