fix(ci): install clippy component in quality workflow
This commit is contained in:
parent
615026d09b
commit
7fc7a674f0
1 changed files with 3 additions and 0 deletions
3
.github/workflows/quality.yml
vendored
3
.github/workflows/quality.yml
vendored
|
|
@ -31,6 +31,9 @@ jobs:
|
|||
- name: Setup Rust
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install Rust clippy component
|
||||
run: rustup component add clippy
|
||||
|
||||
- name: Install JS deps
|
||||
run: npm ci
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue