Skip to content

Commit aa8d0d6

Browse files
committed
wip
1 parent 129a98e commit aa8d0d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/clippy-annotation-reporter.yml

Whitespace-only changes.

.github/workflows/lint.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,12 @@ jobs:
5151
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)
5252
clippy-annotation-reporter:
5353
runs-on: ubuntu-latest
54+
uses: ./.github/actions/clippy-annotation-reporter
5455
steps:
5556
- name: Checkout sources
5657
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
5960
- name: Build annotation reporter
6061
shell: bash
6162
run: |

0 commit comments

Comments
 (0)