lint-ci: Use modern workspace option instead of all
This commit is contained in:
parent
2883aa31bb
commit
e750809ec2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
|
|
@ -9,4 +9,4 @@ jobs:
|
||||||
components: clippy
|
components: clippy
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Check lints
|
- name: Check lints
|
||||||
run: cargo clippy --all --all-features --no-deps
|
run: cargo clippy --workspace --all-features --no-deps
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue