Skip to content

Commit

Permalink
Add Helm lint GitHub Action
Browse files Browse the repository at this point in the history
  • Loading branch information
simonmarty committed Jul 23, 2024
1 parent eec8172 commit 46c6086
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Helm

on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set Up Helm
uses: azure/setup-helm@v4
- name: Lint Chart
run: helm lint charts/secrets-store-csi-driver-provider-aws

0 comments on commit 46c6086

Please sign in to comment.