Skip to content

chore: synced file(s) with aiven/aiven-operator #84

chore: synced file(s) with aiven/aiven-operator

chore: synced file(s) with aiven/aiven-operator #84

Workflow file for this run

name: Lint Charts
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.4.0
- uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/chart-testing-action@v2.6.1
- name: Run chart-testing (lint)
run: ct lint --all