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 66
66
67
67
- name : Run lintcheck
68
68
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
70
70
71
71
- name : Upload base JSON
72
72
uses : actions/upload-artifact@v4
97
97
run : cargo build --manifest-path=lintcheck/Cargo.toml
98
98
99
99
- 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
101
101
102
102
- name : Upload head JSON
103
103
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments