Skip to content

chore(deps): update helm/kind-action action to v1.10.0 #54

chore(deps): update helm/kind-action action to v1.10.0

chore(deps): update helm/kind-action action to v1.10.0 #54

Workflow file for this run

name: Lint and Test Charts
on: pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Fetch history
run: git fetch --prune --unshallow
- name: Run chart-testing (lint)
id: lint
uses: helm/[email protected]
with:
command: lint
config: ct.yaml
- name: Create kind cluster
uses: helm/[email protected]
if: steps.lint.outputs.changed == 'true'
- name: Run chart-testing (install)
uses: helm/[email protected]
with:
command: install
config: ct.yaml