ProxySaver/.drone.yml
Pierre HUBERT d7b3a9ad12
Some checks failed
continuous-integration/drone Build is failing
Add basic CI
2025-02-25 11:23:52 +01:00

13 lines
197 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