--- kind: pipeline name: normal type: docker steps: - name: test image: rust:1.46 pull: true commands: - rustup component add rustfmt - cargo build - cargo test - cargo fmt -- --check