manually passing charts dirs to lint command

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2020-01-10 13:42:50 -05:00
parent a4ba4888e6
commit edb74accf5

View File

@ -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