File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CI
2- permissions : {}
2+ permissions : { }
33
44on :
55 pull_request :
@@ -126,6 +126,7 @@ jobs:
126126 VALIDATE_RENOVATE : true # does not support newest renovate config
127127 VALIDATE_SHELL_SHFMT : true
128128 VALIDATE_XML : true
129+
129130 validate-pr :
130131 name : Validate PR Metadata
131132 runs-on : ubuntu-24.04
@@ -228,3 +229,19 @@ jobs:
228229 gh pr merge ${{ github.event.pull_request.number }} --admin --squash --repo "${{ github.repository }}" --match-head-commit "${{ github.event.pull_request.head.sha }}" --delete-branch
229230 env :
230231 GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
232+
233+ validate-readme :
234+ name : Validate chart README files
235+ runs-on : ubuntu-24.04
236+ permissions :
237+ contents : read
238+ steps :
239+ - name : Checkout Code
240+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
241+ with :
242+ persist-credentials : ' false'
243+
244+ - name : Check if helm-docs are up to date
245+ uses : losisin/helm-docs-github-action@6f957579ac122ecc167bf515fe84e828686c9a15 # v1.7.1
246+ with :
247+ fail-on-diff : true
You can’t perform that action at this time.
0 commit comments