Add base code (#1)
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
This commit is contained in:
2023-04-29 09:00:57 +00:00
parent b29ef7a791
commit c234603403
7 changed files with 1560 additions and 3 deletions

15
.drone.yml Normal file
View File

@@ -0,0 +1,15 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: cargo_check
image: rust
commands:
- rustup component add clippy
- cargo clippy -- -D warnings
- cargo test