Second try: host and update helm charts repo index.yaml on github #1671
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Helm docs | |
on: [pull_request] | |
jobs: | |
lint-changelog: | |
name: Check all docs | |
runs-on: ubuntu-latest | |
container: | |
image: jnorwood/helm-docs:v1.11.0 | |
steps: | |
- name: Checkout Code | |
uses: actions/[email protected] | |
- name: Check all charts README.md | |
run: sh ci/helm-docs.sh |