Skip to content

chore(ci): bump release-helm-chart.yaml action to fix signing issue #234

chore(ci): bump release-helm-chart.yaml action to fix signing issue

chore(ci): bump release-helm-chart.yaml action to fix signing issue #234

Workflow file for this run

name: Lint Helm
on:
push:
branches:
- main
paths:
- 'deploy/helm/**'
- '.github/workflows/lint-helm.yaml'
pull_request:
branches:
- main
paths:
- 'deploy/helm/**'
- '.github/workflows/lint-helm.yaml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
helm-lint:
uses: upcloud-tools/gha-actions/.github/workflows/lint-helm.yaml@070918b27e20a6bd320cc93b569d912b1a227a6c
with:
helm_unittest_version: "1.1.1"