Skip to content

Merge remote-tracking branch 'origin/master' into feature/parallel-tests #788

Merge remote-tracking branch 'origin/master' into feature/parallel-tests

Merge remote-tracking branch 'origin/master' into feature/parallel-tests #788

Workflow file for this run

name: Helm lint
on:
push:
jobs:
helm-lint:
runs-on: ubuntu-22.04
steps:
- name: Lint Helm chart
uses: bakdata/ci-templates/actions/helm-lint@1.54.1
with:
lint-config-path: ".github/lint-config.yaml"
ref: ${{ github.ref_name }}