mirror of
https://github.com/versity/versitygw.git
synced 2026-08-17 04:36:19 +00:00
Merge pull request #1946 from versity/ben/helm-lint-action
chore: add helm lint to pr tests
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user