File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515
1616env :
1717 CARGO_TERM_COLOR : always
18- CARGO_INCREMENTAL : ' 0 '
19- CARGO_PROFILE_DEV_DEBUG : ' 0 '
18+ CARGO_INCREMENTAL : " 0 "
19+ CARGO_PROFILE_DEV_DEBUG : " 0 "
2020 RUST_TOOLCHAIN_VERSION : " 1.82.0"
2121 RUSTFLAGS : " -D warnings"
2222 RUSTDOCFLAGS : " -D warnings"
5454
5555 steps :
5656 - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
57- - uses : EmbarkStudios/cargo-deny-action@3f4a782664881cf5725d0ffd23969fcce89fd868 # v1.6.3
57+ - uses : EmbarkStudios/cargo-deny-action@e2f4ede4a4e60ea15ff31bc0647485d80c66cfba # v2.0.4
5858 with :
5959 command : check ${{ matrix.checks }}
6060
@@ -100,7 +100,7 @@ jobs:
100100 if : env.GITHUB_TOKEN != null && github.event.pull_request.draft == false
101101 with :
102102 clippy_flags : --all-targets -- -D warnings
103- reporter : ' github-pr-review'
103+ reporter : " github-pr-review"
104104 github_token : ${{ secrets.GITHUB_TOKEN }}
105105 - name : Run clippy manually without annotations
106106 env :
You can’t perform that action at this time.
0 commit comments