Skip to content

Commit 9f0d6bb

Browse files
committed
print what will be validated
1 parent bcd965d commit 9f0d6bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-charts.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ jobs:
2424
- name: validate every Chart.yaml
2525
run: |-
2626
allCharts=$(find charts/ -name Chart.yaml -printf '%p ')
27+
echo "validating with schema chart-schema.json files: ${allCharts}"
2728
jsonschema validate chart-schema.json ${allCharts} --http

0 commit comments

Comments
 (0)