Skip to content

Fix helm chart issue (for realz this time) (#1071) #30

Fix helm chart issue (for realz this time) (#1071)

Fix helm chart issue (for realz this time) (#1071) #30

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