Last active
April 13, 2020 19:44
-
-
Save Hmerac/88b2d882208315f1c00b306b7cc94804 to your computer and use it in GitHub Desktop.
kubeval workflow
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: CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: Hmerac/[email protected] | |
with: | |
command: | | |
echo "Running kubeval" | |
kubeval -d manifests --strict |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment