mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 08:27:17 +01:00
parent
ae65c83cbd
commit
5247878d93
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue