--- pipeline: compliance: image: rust commands: - rustup component add clippy - cargo build --verbose - cargo clippy --workspace --tests --all-targets --all-features - cargo test --workspace --no-fail-fast when: branch: main