File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6666
6767 - name : Run lintcheck
6868 if : steps.cache-json.outputs.cache-hit != 'true'
69- run : env CLIPPY_CONF_DIR="$PWD/lintcheck/ci-config" ./target/debug/lintcheck --format json --all-lints --crates-toml ./lintcheck/ci_crates.toml
69+ run : env CLIPPY_CONF_DIR="$PWD/lintcheck/ci-config" ./target/debug/lintcheck --format json --all-lints --crates-toml ./lintcheck/ci_crates.toml --fix
7070
7171 - name : Upload base JSON
7272 uses : actions/upload-artifact@v4
9797 run : cargo build --manifest-path=lintcheck/Cargo.toml
9898
9999 - name : Run lintcheck
100- run : env CLIPPY_CONF_DIR="$PWD/lintcheck/ci-config" ./target/debug/lintcheck --format json --all-lints --crates-toml ./lintcheck/ci_crates.toml
100+ run : env CLIPPY_CONF_DIR="$PWD/lintcheck/ci-config" ./target/debug/lintcheck --format json --all-lints --crates-toml ./lintcheck/ci_crates.toml --fix
101101
102102 - name : Upload head JSON
103103 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments