chore: add helm lint to pr tests

This commit is contained in:
Ben McClelland
2026-03-09 08:21:34 -07:00
parent dde4cac1fa
commit 7f9c943b8e
+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