ci: Enable vscode linting

Updates #2359
This commit is contained in:
Anmol Sethi 2020-11-25 12:05:07 -05:00
parent ae65c83cbd
commit 5247878d93
No known key found for this signature in database
GPG Key ID: 8CEF1878FF10ADEB

View File

@ -11,6 +11,10 @@ main() {
if command -v helm && helm kubeval --help > /dev/null; then
helm kubeval ci/helm-chart
fi
cd lib/vscode
yarn eslint --max-warnings=0
cd "$OLDPWD"
}
main "$@"