1 2 3 4 5 6 7
pre-commit: jobs: - name: "Format" run: "cargo fmt" stage_fixed: true - name: "Clippy" run: "cargo clippy -- -Dwarnings"