Merge pull request #24 from bartvdbraak/feat/md-badges

Add badges to README and show build status of `main`
This commit is contained in:
Bart van der Braak 2023-11-11 21:39:13 +01:00 committed by GitHub
commit 8b74894ff6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View file

@ -1,9 +1,12 @@
name: Checks
on:
push:
branches: [ main ]
paths: [ 'src/**', 'Cargo.toml', 'Cargo.lock' ]
pull_request:
branches:
- main
branches: [ main ]
paths: [ 'src/**', 'Cargo.toml', 'Cargo.lock' ]
jobs:
fmt:

View file

@ -1,5 +1,10 @@
# Keyweave
[<img alt="github" src="https://img.shields.io/badge/github-bartvdbraak/syn-8da0cb?style=for-the-badge&labelColor=555555&logo=github" height="20">](https://github.com/bartvdbraak/keyweave)
[<img alt="crates.io" src="https://img.shields.io/crates/v/keyweave.svg?style=for-the-badge&color=fc8d62&logo=rust" height="20">](https://crates.io/crates/keyweave)
[<img alt="docs.rs" src="https://img.shields.io/badge/docs.rs-keyweave-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs" height="20">](https://docs.rs/keyweave)
[<img alt="build status" src="https://img.shields.io/github/actions/workflow/status/bartvdbraak/keyweave/checks.yml?style=for-the-badge" height="20">](https://github.com/bartvdbraak/keyweave/actions/workflows/checks.yml)
<img align="right" src="https://github.com/bartvdbraak/keyweave/assets/3996360/bed7f004-e897-46e5-98a4-c654251c0e17" alt="Cluster" width="40%">
Keyweave is an open-source tool crafted to seamlessly fetch secrets from Azure Key Vault and weave them into a convenient `.env` file. Developed in Rust, Keyweave stands out for its efficiency and user-friendly design, making it an ideal choice for managing your application's secrets.