Merge pull request #4450 from nextcloud/enh/noid/run-helm-lint

run helm lint to catch any problems
This commit is contained in:
Simon L 2024-03-26 14:13:34 +01:00 committed by GitHub
commit d181a8c266
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: