BasicOIDC/.drone.yml
Pierre Hubert 6f9916358c
All checks were successful
continuous-integration/drone/push Build is passing
Forbid cargo clippy warnings
2022-09-02 15:56:31 +02:00

14 lines
180 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: cargo_check
image: rust
commands:
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo test