mirror of https://git.tuxpa.in/a/code-server.git
parent
ae65c83cbd
commit
5247878d93
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in New Issue