diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index 2ccf1d51..46d9e449 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -13,7 +13,7 @@ jobs: id: lint uses: helm/chart-testing-action@v1.0.0-alpha.3 with: - command: lint --config .github/ct.yaml + command: lint --chart-dirs . - name: Create kind cluster uses: helm/kind-action@v1.0.0-alpha.3