mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-27 17:14:55 +08:00
run helm lint to catch any problems
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
03f9288388
commit
e7b587f73d
1 changed files with 4 additions and 0 deletions
4
.github/workflows/helm-release.yml
vendored
4
.github/workflows/helm-release.yml
vendored
|
@ -36,6 +36,10 @@ jobs:
|
|||
with:
|
||||
version: v3.6.3
|
||||
|
||||
- name: Run Helm Lint
|
||||
run: |
|
||||
helm lint ./nextcloud-aio-helm-chart
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.6.0
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue