Skip to content

Define repositories in dependencyResolutionManagement #1555

Define repositories in dependencyResolutionManagement

Define repositories in dependencyResolutionManagement #1555

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.70.0
with:
lint-config-path: ".github/lint-config.yaml"
ref: ${{ github.ref_name }}