add lint chart action

This commit is contained in:
James 2023-01-08 14:30:13 +00:00
parent 49d8836a4c
commit 921ce779de

23
.github/workflows/lint-charts.yaml vendored Normal file
View File

@ -0,0 +1,23 @@
name: Lint Charts
on:
pull_request:
branches:
- master
jobs:
lint-charts:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v3
with:
version: v3.10.2
- name: Lint charts
run: helm lint charts/*