feat: add external-secrets schemas (#19) #42
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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/' |