when: event: - push steps: clippy: image: rust:1.91.1-bullseye commands: - rustup component add clippy - cargo clippy test: image: rust:1.91.1-bullseye commands: - cargo test