We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b73d7 commit 96a78c9Copy full SHA for 96a78c9
.github/workflows/helm_validation.yaml
@@ -6,6 +6,8 @@ jobs:
6
validate:
7
runs-on: ubuntu-latest
8
steps:
9
+ - name: Checkout Repo
10
+ uses: actions/checkout@v2
11
- name: Kubeval Helm Chart
12
uses: junior/[email protected]
13
env:
0 commit comments