Describe the problem you are trying to solve
Currently the Cargo book CI section only shows cargo build and cargo test:
https://doc.rust-lang.org/cargo/guide/continuous-integration.html
Describe the solution you'd like
It would be helpful to include examples of other static analysis, documentation generation, sharing executables like:
cargo check
cargo test
cargo clippy
cargo fmt
cargo audit
cargo doc
cargo build --release
# how to share executables to GitHub releases / packages?
Describe the problem you are trying to solve
Currently the Cargo book CI section only shows
cargo buildandcargo test:https://doc.rust-lang.org/cargo/guide/continuous-integration.html
Describe the solution you'd like
It would be helpful to include examples of other static analysis, documentation generation, sharing executables like: