ci: add rustup clippy
This commit is contained in:
parent
4626533269
commit
6098dce4aa
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@ steps:
|
||||||
clippy: # check if the code compiles
|
clippy: # check if the code compiles
|
||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
|
- rustup component add clippy
|
||||||
- cargo clippy --release --no-deps --manifest-path bootpkg/Cargo.toml
|
- cargo clippy --release --no-deps --manifest-path bootpkg/Cargo.toml
|
||||||
- cargo clippy --release --no-deps --manifest-path pkgr/Cargo.toml
|
- cargo clippy --release --no-deps --manifest-path pkgr/Cargo.toml
|
||||||
pull: true
|
pull: true
|
||||||
|
|
Loading…
Reference in a new issue