Skip to content

feat: Add AKS Support (besides OpenShift) (CP-3881) #116

feat: Add AKS Support (besides OpenShift) (CP-3881)

feat: Add AKS Support (besides OpenShift) (CP-3881) #116

Workflow file for this run

name: Helm Lint
on:
pull_request:
jobs:
lint-chart:
name: Lint Helm Chart
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Helm
uses: azure/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
- name: Run Helm Lint
run: helm lint .