Merge pull request 'chore(port): document the run command for check-cargo-crates.sh' (#112) from chore/port-checker-usage-banner into main
Reviewed-on: #112
This commit is contained in:
commit
c9bc299c68
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
#!/bin/sh
|
||||
# Run as: sh check-cargo-crates.sh (or ./check-cargo-crates.sh)
|
||||
# A POSIX shell wrapper that calls python3 internally; run it with the shell.
|
||||
#
|
||||
# Verify the port Makefile's CARGO_CRATES matches the crates.io dependency
|
||||
# closure in Cargo.lock. Run after any dependency change (and in CI): if cargo
|
||||
# adds/removes/bumps a registry dep, CARGO_CRATES must be regenerated with
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue