Skip to content

fix: allow deployment level labels #393

fix: allow deployment level labels

fix: allow deployment level labels #393

Workflow file for this run

name: Lint charts
on:
merge_group:
pull_request:
paths:
- 'helm-charts/**'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@5119fcb9089d432beecbf79bb2c7915207344b78 # v3.5
with:
version: v3.12.2 # renovate: datasource=github-releases depName=helm packageName=helm/helm
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
with:
python-version: "3.10"
- name: Set up chart-testing
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
- name: lint charts
run: ct lint --config .github/ct.yaml