Skip to content

Commit

Permalink
Add kubeval linter step
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Jan 23, 2019
1 parent 0777b92 commit 282abf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ action "kube-lint" {
}

action "helm-lint" {
needs = ["yaml-lint"]
needs = ["kube-lint"]
uses = "stefanprodan/gh-actions/helm@master"
args = ["lint charts/*"]
}

0 comments on commit 282abf8

Please sign in to comment.