Skip to content

Commit cf1e4b2

Browse files
authored
Get chart-testing to lint the charts dir again
The config doesn't like the `./` in specifying the charts directory. Looking at the current actions you can see that the linter is skipping all the directories. I could repro this locally and got it fixed with the submitted change.
1 parent 4d28083 commit cf1e4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# See https://github.com/helm/chart-testing#configuration
22
remote: origin
33
chart-dirs:
4-
- ./helm
4+
- helm
55
target-branch: main
66
helm-extra-args: --timeout 600s
77

0 commit comments

Comments
 (0)