Merge pull request #1946 from versity/ben/helm-lint-action

chore: add helm lint to pr tests
This commit is contained in:
Ben McClelland
2026-03-09 09:23:09 -07:00
committed by GitHub
+17
View File
@@ -0,0 +1,17 @@
name: Lint Helm Chart
on:
pull_request:
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Lint chart
run: helm lint chart/ --strict --set auth.accessKey=dummy --set auth.secretKey=dummy