File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,12 @@ jobs:
51
51
cargo clippy --workspace --all-targets --all-features -- -D warnings $([ ${{ matrix.rust_version }} = 1.78.0 ] || [ ${{ matrix.rust_version }} = stable ] && echo -Aunknown-lints -Ainvalid_reference_casting -Aclippy::redundant-closure-call)
52
52
clippy-annotation-reporter :
53
53
runs-on : ubuntu-latest
54
+ uses : ./.github/actions/clippy-annotation-reporter
54
55
steps :
55
56
- name : Checkout sources
56
57
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
57
- - name : Install ${{ matrix.rust_version }} toolchain and clippy
58
- run : rustup install stable && rustup default stable && rustup component add clippy
58
+ - name : Install stable toolchain and clippy
59
+ run : rustup install stable && rustup default
59
60
- name : Build annotation reporter
60
61
shell : bash
61
62
run : |
You can’t perform that action at this time.
0 commit comments