Skip to content

Commit e7cb75a

Browse files
authored
Add helm lint to PR CI (#30)
2 parents d9ee9a5 + 523b776 commit e7cb75a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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: |

charts/sombra/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@
8686

8787
## 0.9.0
8888

89-
* Add support for Asynchronous Sombra Job Scheduler
89+
* Added support for Asynchronous Sombra Job Scheduler.

0 commit comments

Comments
 (0)