TOTP-Generator/.drone.yml
Pierre Hubert decb99074a
All checks were successful
continuous-integration/drone Build is passing
Add drone CI pipeline
2023-03-19 20:45:16 +01:00

15 lines
181 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