--- kind: pipeline type: docker name: default steps: - name: cargo_check image: rust commands: - rustup component add clippy - cargo clippy --all-features -- -D warnings - cargo clippy -- -D warnings - cargo test --all-features