Skip to content

Translate all job statuses to Qiskit terminology in client (#1062) #10

Translate all job statuses to Qiskit terminology in client (#1062)

Translate all job statuses to Qiskit terminology in client (#1062) #10

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