Skip to content

Merge branch 'main' into chore/client-ibmprovider-url #32

Merge branch 'main' into chore/client-ibmprovider-url

Merge branch 'main' into chore/client-ibmprovider-url #32

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