ci: clippy step now installs clippy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
LordMZTE 2021-09-01 21:25:20 +02:00
parent 2f4fae52d1
commit 6787dea293

View file

@ -10,6 +10,7 @@ steps:
- name: clippy-linux
image: rust
commands:
- rustup component add clippy
- cargo clippy
---
kind: pipeline