1 2 3 4 5 6 7 8 9 10 11
output: - success - failure pre-commit: parallel: false commands: fmt: glob: "{src/**/*.rs,tests/**/*.rs}" run: cargo fmt --all stage_fixed: true