Skip to content

Commit c738b60

Browse files
Add value validation to action
1 parent 4479eb9 commit c738b60

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/validate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,7 @@ jobs:
4444
exit 1
4545
fi
4646
47+
- name: Validate schema against values
48+
run: |
49+
helm template test charts/sourcebot/ -f charts/sourcebot/values.yaml
50+

0 commit comments

Comments
 (0)