lint-ci: Use modern workspace option instead of all

This commit is contained in:
Luni-4 2022-07-14 17:44:36 +02:00
parent 2883aa31bb
commit e750809ec2

View file

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