Add kubeval linter step

master
stefanprodan 2019-01-23 21:50:25 +02:00
parent 0777b92ce2
commit 282abf8a73
1 changed files with 1 additions and 1 deletions

View File

@ -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/*"]
}