Update charts-lint.yaml

Signed-off-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
This commit is contained in:
Kjeld Schouten
2023-12-14 19:52:00 +01:00
committed by GitHub
parent 6be41fa0f6
commit 4c71892fe9
+1 -1
View File
@@ -102,7 +102,7 @@ jobs:
charts_path: "./"
run: |
CHANGED=$(echo '${{ steps.list-changed.outputs.CHANGED_CHARTS }}' | jq --raw-output '.[]')
charttool deps ${CHANGED}
./charttool deps ${CHANGED}
- name: Run Chart Linting
continue-on-error: true