actix-remote-ip/.drone.yml
Pierre Hubert bba7531e3f
All checks were successful
continuous-integration/drone/push Build is passing
Add base code
2023-04-29 10:29:35 +02:00

16 lines
182 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