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