From a72217a375c6a2c518fec61f1603c03f48f1e126 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Fri, 10 Jan 2020 13:57:02 -0500 Subject: [PATCH] using charts defaults 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 46d9e449..2b68c1fc 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 --chart-dirs . + command: lint - name: Create kind cluster uses: helm/kind-action@v1.0.0-alpha.3