Skip to content

feat(secrets-vault): Add Secrets Server implementation for Vault #7

feat(secrets-vault): Add Secrets Server implementation for Vault

feat(secrets-vault): Add Secrets Server implementation for Vault #7

Workflow file for this run

name: Secrets Vault
permissions:
contents: read
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
defaults:
run:
shell: bash
working-directory: ./secrets/secrets-vault
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
run: |
cargo clippy -- --no-deps
- name: Test
run: |
cargo test
- name: Build
run: |
cargo build --release