mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-07 20:09:59 +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
|
||||
if: matrix.job == 'clippy'
|
||||
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