linting #3

Merged
jonas merged 4 commits from linting into main 2024-11-11 15:07:16 +00:00
Showing only changes of commit e0864adab0 - Show all commits

View File

@ -33,7 +33,9 @@ jobs:
run: | run: |
REPO_PATH=$(git rev-parse --show-toplevel) REPO_PATH=$(git rev-parse --show-toplevel)
for chart in ${ALL_CHANGED_CHARTS}; do for chart in ${ALL_CHANGED_CHARTS}; do
helm lint ${chart} cd ${REPO_PATH}/${chart}
helm dependency build
helm lint .
done done
- name: build helm package - name: build helm package