Skip to content

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

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

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

Workflow file for this run

name: Secrets Vault
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
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: |

Check failure on line 26 in .github/workflows/secrets-vault.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/secrets-vault.yml

Invalid workflow file

You have an error in your yaml syntax on line 26
cargo build --release