Skip to content

feat: Adds config for CloudSQL usage #90

feat: Adds config for CloudSQL usage

feat: Adds config for CloudSQL usage #90

Workflow file for this run

name: Pull request
on:
pull_request:
jobs:
test:
name: chart-testing (${{ matrix.ct_command }})
strategy:
matrix:
ct_command:
- lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
with:
version: '4.0.0'
- name: Set up Python
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
with:
python-version: '3.14.0'
- name: Set up chart-testing
uses: helm/chart-testing-action@6ec842c01de15ebb84c8627d2744a0c2f2755c9f # v2.8.0
- name: Run chart-testing (${{ matrix.ct_command }})
run: ct ${{ matrix.ct_command }} --config .ct.yaml