Skip to content

Add Helm chart

Add Helm chart #5

Workflow file for this run

name: Helm chart
on:
push:
branches: [ main ]
paths:
- 'chart/**'
pull_request:
branches: [ main ]
paths:
- 'chart/**'
jobs:
lint:
name: Run linter
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Helm
uses: azure/setup-helm@v4
- name: Lint
run: helm lint chart