Create cargo lint alias

This commit is contained in:
Héctor Ramón Jiménez 2023-09-20 04:07:20 +02:00
parent e8b01eb543
commit 9991052ce5
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
3 changed files with 3 additions and 2 deletions

View file

@ -9,4 +9,4 @@ jobs:
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo clippy --workspace --all-features --all-targets --no-deps -- -D warnings
run: cargo lint