Skip to content

fix: match file names in helm registry index and release assets #8

fix: match file names in helm registry index and release assets

fix: match file names in helm registry index and release assets #8

Workflow file for this run

name: Lint Charts
on:
pull_request:
paths:
- helm/**
jobs:
lint-charts:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Helm
uses: azure/setup-helm@v4
- name: Lint Charts
run: helm lint helm/*