Skip to content

Include CORS configuration #229

Include CORS configuration

Include CORS configuration #229

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"
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #4.1.7
with:
fetch-depth: 0
- name: Scan helm
uses: ./.github/actions/helm-lint