We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa8d0d6 commit 4309b06Copy full SHA for 4309b06
.github/workflows/lint.yml
@@ -51,7 +51,7 @@ jobs:
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
clippy-annotation-reporter:
53
runs-on: ubuntu-latest
54
- uses: ./.github/actions/clippy-annotation-reporter
+ uses: ./.github/actions/clippy-annotation-reporter@latest
55
steps:
56
- name: Checkout sources
57
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 4.2.2
0 commit comments