Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-08-23 00:14:06 +02:00
parent 6ab598d805
commit 5e14e807ac

View file

@ -25,7 +25,7 @@ jobs:
- name: Run chart-testing (lint)
id: lint
run: ct lint --debug --chart-dirs nextcloud-aio-helm-chart
run: ct lint --target-branch ${{ github.event.repository.default_branch }} --debug --chart-dirs nextcloud-aio-helm-chart
- name: Create kind cluster
uses: helm/kind-action@v1.8.0