Skip to content

Commit c6a118b

Browse files
committed
ci: Enable vscode linting
Updates #2359
1 parent eca4448 commit c6a118b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/dev/lint.sh

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ main() {
1111
if command -v helm && helm kubeval --help > /dev/null; then
1212
helm kubeval ci/helm-chart
1313
fi
14+
15+
cd lib/vscode
16+
yarn eslint --max-warnings=0
17+
cd "$OLDPWD"
1418
}
1519

1620
main "$@"

0 commit comments

Comments
 (0)