Archived
1
0

ci: Remove helm validation action in favour of helm kubeval directly

This commit is contained in:
Anmol Sethi
2020-11-13 18:34:11 -05:00
parent 9af3671c05
commit f4d48bc880
3 changed files with 7 additions and 14 deletions

View File

@ -8,6 +8,7 @@ main() {
stylelint $(git ls-files "*.css")
tsc --noEmit
shellcheck -e SC2046,SC2164,SC2154,SC1091,SC1090,SC2002 $(git ls-files "*.sh")
helm kubeval ci/helm-chart
}
main "$@"