Skip to content

feat(workflow): add chart-search-root and template-files to helm-docs… #4

feat(workflow): add chart-search-root and template-files to helm-docs…

feat(workflow): add chart-search-root and template-files to helm-docs… #4

Workflow file for this run

name: Verify Helm Docs up-to-date
on:
- pull_request
- push
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }}
- name: Run helm-docs
uses: losisin/helm-docs-github-action@v1
with:
fail-on-diff: true
chart-search-root: charts/
template-files: README.md.gotmpl