oidc-test-client/.drone.yml
Pierre Hubert 7a45fe1c0c
All checks were successful
continuous-integration/drone Build is passing
Add base configuration (#1)
Reviewed-on: #1
2023-04-27 15:51:07 +00: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