Skip to content

feat: adds helm chart PR pipeline with chart readme updates #5

feat: adds helm chart PR pipeline with chart readme updates

feat: adds helm chart PR pipeline with chart readme updates #5

Workflow file for this run

ame: Lint Charts

Check failure on line 1 in .github/workflows/helm-lint.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/helm-lint.yml

Invalid workflow file

The workflow is not valid. .github/workflows/helm-lint.yml (Line: 1, Col: 1): Unexpected value 'ame'
permissions:
contents: read
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
env:
GO111MODULE: on
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v3
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # pin@v4
with:
python-version: 3.12
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # pin@v3
with:
go-version: ^1
- name: Setup helm-docs
run: go install github.com/norwoodj/helm-docs/cmd/helm-docs@latest
- name: Run pre-commit
uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # [email protected]