We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6c69d8 + e7cb75a commit daa4a0bCopy full SHA for daa4a0b
.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