Skip to content

update-version-0.11.0 (#1329) #163

update-version-0.11.0 (#1329)

update-version-0.11.0 (#1329) #163

Workflow file for this run

name: Helm verify process
on:
push:
paths:
- "ct.yaml"
- "charts/**"
- ".github/actions/helm-lint/action.yaml"
- ".github/workflows/helm-verify.yaml"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Scan helm
uses: ./.github/actions/helm-lint