Skip to content

chore(deps): update helm/chart-testing-action action to v2 #9

chore(deps): update helm/chart-testing-action action to v2

chore(deps): update helm/chart-testing-action action to v2 #9

Workflow file for this run

name: Lint test charts
## Lint helm chart on every pull requests
on:
pull_request:
paths:
- 'charts/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Fetch history
run: git fetch --prune --unshallow
- name: Run lint
uses: helm/[email protected]
with:
command: lint
config: .github/verify-config.yaml