Skip to content

Bump helm/kind-action from 1.9.0 to 1.10.0 (#145) #293

Bump helm/kind-action from 1.9.0 to 1.10.0 (#145)

Bump helm/kind-action from 1.9.0 to 1.10.0 (#145) #293

Workflow file for this run

name: Linting Charts
on:
push
jobs:
linting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (lint-changed)
id: list-changed
run: |
changed=$(ct list-changed)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi
- name: Run chart-testing (lint)
run: ct lint
- name: ArtifactHUB Lint
env:
AH_CLI_VERSION: 1.6.0
run: |
curl -LO https://github.com/artifacthub/hub/releases/download/v${AH_CLI_VERSION}/ah_${AH_CLI_VERSION}_linux_amd64.tar.gz
tar xvzf ah_${AH_CLI_VERSION}_linux_amd64.tar.gz
./ah lint