Skip to content

chore(deps): update helm/chart-releaser-action action to v1.7.0 #72

chore(deps): update helm/chart-releaser-action action to v1.7.0

chore(deps): update helm/chart-releaser-action action to v1.7.0 #72

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Fetch history
run: git fetch --prune --unshallow
- name: Run chart-testing (lint)
id: lint
uses: helm/chart-testing-action@v2.6.1
with:
command: lint
config: ct.yaml
- name: Create kind cluster
uses: helm/kind-action@v1.11.0
if: steps.lint.outputs.changed == 'true'
- name: Run chart-testing (install)
uses: helm/chart-testing-action@v2.6.1
with:
command: install
config: ct.yaml