Skip to content

Fix the github workflow #9

Fix the github workflow

Fix the github workflow #9

Workflow file for this run

name: Lint Charts
on:
push:
branches:
- main
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Helm
uses: azure/setup-helm@v4
- name: Run Lint Tests
run: helm lint