Skip to content

fix: extraHttpPaths is a list, not a dictionary #85

fix: extraHttpPaths is a list, not a dictionary

fix: extraHttpPaths is a list, not a dictionary #85

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/setup-helm@fe7b79cd5ee1e45176fcad797de68ecaf3ca4814 # v4
- name: Update helm dependencies
run: helm dependency update diode
- name: Run helm lint
run: helm lint diode