Skip to content

Commit 0267fc6

Browse files
committed
Add helm lint on PR CI
1 parent d9ee9a5 commit 0267fc6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Install Helm unittest plugin
2929
run: helm plugin install https://github.com/helm-unittest/helm-unittest.git
3030

31+
- name: Lint chart
32+
run: helm lint charts/sombra
33+
3134
- name: Run Sombra chart tests
3235
shell: bash
3336
run: |

0 commit comments

Comments
 (0)