actix-remote-ip/.drone.yml
Pierre Hubert c234603403
All checks were successful
continuous-integration/drone/push Build is passing
Add base code (#1)
Add base code from https://gitea.communiquons.org/pierre/oidc-test-client with minor improvements

Reviewed-on: #1
2023-04-29 09:00:57 +00: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