mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-07 09:11:28 +03:00
clippy annotations
This commit is contained in:
5
.github/workflows/rust.yml
vendored
5
.github/workflows/rust.yml
vendored
@@ -89,3 +89,8 @@ jobs:
|
|||||||
- name: cargo clippy
|
- name: cargo clippy
|
||||||
if: matrix.job == 'clippy'
|
if: matrix.job == 'clippy'
|
||||||
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
|
run: cargo clippy --workspace --all-targets --all-features -- -D warnings
|
||||||
|
|
||||||
|
- uses: clechasseur/rs-clippy-check@v4
|
||||||
|
if: matrix.job == 'clippy'
|
||||||
|
with:
|
||||||
|
args: --workspace --all-targets --all-features
|
||||||
|
|||||||
Reference in New Issue
Block a user