commit 3313cee9368cb2b65b15b535daeb80a87b409f81 parent 3f8e67e490c6078cc5bba36e8f01b8e03f6d01b7 Author: MTRNord <mtrnord1@gmail.com> Date: Thu, 21 Jul 2022 14:51:38 +0200 Also lint the chart in CI Diffstat:
| M | .github/workflows/release.yml | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml @@ -28,6 +28,9 @@ jobs: with: version: v3.8.1 + - name: Lint helm chart + run: helm lint . + - name: Run chart-releaser uses: helm/chart-releaser-action@v1.4.0 with: