Skip to content

feat: diode helm chart #24

feat: diode helm chart

feat: diode helm chart #24

Workflow file for this run

name: Helm - lint
on:
push:
branches:
- "!release"
paths:
- "charts/**"
pull_request:
paths:
- "charts/**"
concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false
permissions:
contents: write
pull-requests: write
jobs:
helm-lint:
runs-on: ubuntu-latest
timeout-minutes: 10
defaults:
run:
working-directory: charts
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Helm
uses: azure/[email protected]
- name: Update helm dependencies
run: helm dependency update diode
- name: Run helm lint
run: helm lint diode