kind: pipeline type: docker name: check steps: - name: Cargo check image: rust:latest commands: - cargo check