diff --git a/.github/workflows/lint-helm.yml b/.github/workflows/lint-helm.yml new file mode 100644 index 0000000..8c8a223 --- /dev/null +++ b/.github/workflows/lint-helm.yml @@ -0,0 +1,20 @@ +name: "Lint: helm chart" +on: + push: + branches: + - '**' + paths: + - 'helm/**' + workflow_dispatch: + +jobs: + helm3-lint-test: + runs-on: ubuntu-latest + steps: + - name: Checkout + uses: actions/checkout@v2 + + - name: Run chart linting + uses: helm/chart-testing-action@v1.0.0 + with: + command: lint