Skip to content

Instantly share code, notes, and snippets.

@Hmerac
Last active April 13, 2020 19:44
Show Gist options
  • Save Hmerac/88b2d882208315f1c00b306b7cc94804 to your computer and use it in GitHub Desktop.
Save Hmerac/88b2d882208315f1c00b306b7cc94804 to your computer and use it in GitHub Desktop.
kubeval workflow
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: Hmerac/kubeval-action@1.2
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