Skip to content

Fixing e2e test (#734) #2372

Fixing e2e test (#734)

Fixing e2e test (#734) #2372

Workflow file for this run

name: Lint Helm Charts
on:
push:
branches:
- main
- release-*
- "pull-request/[0-9]+"
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
name: Checkout code
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.14.4
- name: Lint Helm Charts
run: helm lint deployments/helm/*