Skip to content

feat(workflow): add Helm Docs verification workflow #1

feat(workflow): add Helm Docs verification workflow

feat(workflow): add Helm Docs verification workflow #1

Workflow file for this run

name: Verify Helm Docs up-to-date
on:
- pull_request
jobs:
generate:
runs-on: ubuntu-latest
steps:

Check failure on line 8 in .github/workflows/helm-docs.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/helm-docs.yaml

Invalid workflow file

You have an error in your yaml syntax on line 8
- 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