1 2 3 4 5 6 7 8 9 10 11 12
when: - event: manual - event: pull_request steps: check: image: rust commands: - cargo check check-fmt: image: rust commands: - cargo fmt --check