From edb74accf54d622309f0cf1d5c3b95eb057d9ee6 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Fri, 10 Jan 2020 13:42:50 -0500 Subject: [PATCH] manually passing charts dirs to lint command Signed-off-by: Jeff Billimek --- .github/workflows/lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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