Pierre Hubert
c234603403
All checks were successful
continuous-integration/drone/push Build is passing
Add base code from https://gitea.communiquons.org/pierre/oidc-test-client with minor improvements Reviewed-on: #1
16 lines
182 B
YAML
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
|
|
|
|
|
|
|