BasicOIDC/.drone.yml
Pierre HUBERT 823ccdfc27
All checks were successful
continuous-integration/drone/push Build is passing
attempt to fix build
2023-12-23 14:50:20 +00: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