Archived
1
0

refactor: add helm script and job

This commit is contained in:
Joe Previte
2022-09-16 22:17:32 -07:00
parent f36c1f5b91
commit 3028e8ebf8
4 changed files with 43 additions and 3 deletions

View File

@ -27,6 +27,7 @@
"_audit": "./ci/dev/audit.sh",
"fmt": "./ci/dev/fmt.sh",
"lint": "./ci/dev/lint.sh",
"lint:helm": "./ci/dedv/helm.sh",
"lint:sh": "shellcheck -e SC2046,SC2164,SC2154,SC1091,SC1090,SC2002 $(git ls-files '*.sh' | grep -v 'lib/vscode')",
"test": "echo 'Run yarn test:unit or yarn test:e2e' && exit 1",
"ci": "./ci/dev/ci.sh",