when: event: [push, pull_request] steps: fmt: image: rust:1 commands: - rustup component add rustfmt - cargo fmt --all -- --check