mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-01-07 02:31:32 +00:00
Trying to fix drone 4
This commit is contained in:
parent
73efbfc8e4
commit
2f99a16675
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ steps:
|
|||
- name: cargo clippy
|
||||
image: rust:1.56-alpine
|
||||
commands:
|
||||
- rustup component add clippy
|
||||
- cargo clippy --workspace --tests --all-targets --all-features -- -D warnings -D deprecated -D clippy::perf -D clippy::complexity -D clippy::dbg_macro
|
||||
- cargo clippy --workspace -- -D clippy::unwrap_used
|
||||
|
||||
|
|
Loading…
Reference in a new issue