Skip to content

fix: csidrivers permission #9

fix: csidrivers permission

fix: csidrivers permission #9

Workflow file for this run

name: Helm chart check
on:
pull_request:
branches:
- main
paths:
- 'charts/**'
jobs:
helm-lint:
name: Helm chart check
timeout-minutes: 5
runs-on: ubuntu-24.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Unshallow
run: git fetch --prune --unshallow
- name: Install chart-testing tools
id: lint
uses: helm/chart-testing-action@v2.6.1
- name: Run helm chart linter
run: ct --config .github/helm.yml lint
- name: Run helm template
run: make helm-unit