Skip to content

Add Rust crate consistency checks - #95

Merged
iancleary merged 2 commits into
mainfrom
openclaw/rust-crate-consistency
Jul 17, 2026
Merged

Add Rust crate consistency checks#95
iancleary merged 2 commits into
mainfrom
openclaw/rust-crate-consistency

Conversation

@iancleary

@iancleary iancleary commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • Add GitHub Actions CI that runs the repo's contributor check entrypoint on pushes and PRs.
  • Add missing MIT license metadata to the mermaid crate manifest.
  • Fix two test-only clippy warnings so cargo clippy --all-targets --all-features -- -D warnings passes.

Checks run

  • cargo fmt --all -- --check - pass
  • cargo clippy --all-targets --all-features -- -D warnings - pass
  • cargo test --all-features - pass
  • RUSTDOCFLAGS='-D warnings' cargo doc --no-deps --all-features - pass
  • cargo package --list - pass, with existing manifest metadata warnings on internal crates
  • sh scripts/check-forge-binaries.sh - pass

Notes/risks

  • just ci was not run locally because just is not installed in this environment; the new workflow installs just before running it.
  • cargo package --workspace still fails because workspace path dependencies such as cli-core do not specify version requirements. I left that larger packaging decision out of scope for this focused PR.
  • Optional tools cargo-audit, cargo-deny, cargo-machete, and cargo-semver-checks were not installed locally, so those checks were skipped.

@iancleary
iancleary merged commit 5e2a9a6 into main Jul 17, 2026
1 check passed
@iancleary
iancleary deleted the openclaw/rust-crate-consistency branch July 17, 2026 07:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant