Skip to content

Schema updated to add auto sequence to capability_history table #33

Schema updated to add auto sequence to capability_history table

Schema updated to add auto sequence to capability_history table #33

Workflow file for this run

name: Lint Charts
on:
pull_request:
paths:
- "charts/**"
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # pin@v3
with:
fetch-depth: 0
- uses: sigstore/cosign-installer@f3c664df7af409cb4873aa5068053ba9d61a57b6 # pin@v2.5.0
- name: Set up Helm
uses: azure/setup-helm@b5b231a831f96336bbfeccc1329990f0005c5bb1 # pin@v3.3
with:
version: v3.9.3
- uses: actions/setup-python@b55428b1882923874294fa556849718a1d7f2ca5 # pin@v4
with:
python-version: 3.7
- name: Set up chart-testing
uses: helm/chart-testing-action@09ed88797198755e5031f25be13da255e7e33aad # pin@v2.3.0
- name: Run chart-testing (lint)
run: ct lint --config ct.yaml