Skip to content

feat: add external-secrets schemas (#19) #42

feat: add external-secrets schemas (#19)

feat: add external-secrets schemas (#19) #42

Workflow file for this run

---
name: 'Test'
on:
- 'pull_request'
- 'push'
jobs:
bats:
runs-on: 'ubuntu-latest'
steps:
- uses: 'actions/checkout@v2'
- name: 'Install BATS'
run: 'sudo npm install --global bats'
- name: 'Install kubeval'
uses: 'lra/[email protected]'
- name: 'Run BATS tests'
run: 'bats --recursive test/'