We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
helm lint
2 parents d9ee9a5 + 523b776 commit e7cb75aCopy full SHA for e7cb75a
.github/workflows/test.yml
@@ -28,6 +28,9 @@ jobs:
28
- name: Install Helm unittest plugin
29
run: helm plugin install https://github.com/helm-unittest/helm-unittest.git
30
31
+ - name: Lint chart
32
+ run: helm lint charts/sombra
33
+
34
- name: Run Sombra chart tests
35
shell: bash
36
run: |
charts/sombra/CHANGELOG.md
@@ -86,4 +86,4 @@
86
87
## 0.9.0
88
89
-* Add support for Asynchronous Sombra Job Scheduler
+* Added support for Asynchronous Sombra Job Scheduler.
0 commit comments