Skip to content

Commit 7eb166c

Browse files
authored
Add temporary Helm lint debugging steps (#415)
1 parent 3229241 commit 7eb166c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/helm-lint.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
# act -W .github/workflows/helm-lint.yaml workflow_call -s GITHUB_TOKEN=$(gh auth token)
33
name: Helm Lint
44
on:
5+
# For manual testing
6+
workflow_dispatch:
7+
58
workflow_call:
69
inputs:
710
ref:
@@ -30,6 +33,8 @@ jobs:
3033
- name: Run chart-testing (lint)
3134
run: |-
3235
ct lint \
36+
--print-config \
37+
--lint-conf lintconf.yaml \
3338
--target-branch ${{ github.event.repository.default_branch }} \
3439
--charts chart/ \
3540
--validate-maintainers=false

0 commit comments

Comments
 (0)