Update CI script & add badge
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
ee872a5365
commit
0f69c3cf2c
@ -8,13 +8,6 @@ steps:
|
|||||||
image: rust
|
image: rust
|
||||||
commands:
|
commands:
|
||||||
- cargo check
|
- cargo check
|
||||||
- name: cargo_test
|
|
||||||
image: rust
|
|
||||||
commands:
|
|
||||||
- cargo test
|
- cargo test
|
||||||
- name: cargo_clippy
|
|
||||||
image: rust
|
|
||||||
commands:
|
|
||||||
- rustup component add clippy
|
|
||||||
- cargo clippy
|
- cargo clippy
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
# Basic OIDC
|
# Basic OIDC
|
||||||
|
[![Build Status](https://drone.communiquons.org/api/badges/pierre/BasicOIDC/status.svg)](https://drone.communiquons.org/pierre/BasicOIDC)
|
||||||
|
|
||||||
Basic & lightweight OpenID provider, written in Rust using the Actix framework.
|
Basic & lightweight OpenID provider, written in Rust using the Actix framework.
|
||||||
|
|
||||||
**WARNING :** This tool has not been audited, use it at your own risks!
|
**WARNING :** This tool has not been audited, use it at your own risks!
|
||||||
@ -37,4 +39,4 @@ cargo build --release
|
|||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
If you wish to contribute to this software, feel free to send an email to contact@communiquons.org to get an account on my system, managed by BasicOIDC :)
|
If you wish to contribute to this software, feel free to send an email to contact@communiquons.org to get an account on my system, managed by BasicOIDC :)
|
||||||
|
Loading…
Reference in New Issue
Block a user