Skip to content

Edited CI

Edited CI #11

Workflow file for this run

name: Lint and Test Charts
on:
push:
# paths:
# - "charts/**"
workflow_dispatch:
jobs:
lint-chart:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Set up Helm
uses: azure/[email protected]
with:
version: v3.12.1
- uses: actions/[email protected]
with:
python-version: "3.10"
check-latest: true
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing (list-changed)
shell: bash
id: list-changed
run: ct list-changed --target-branch ${{ github.event.repository.default_branch }}
- name: Run chart-testing (lint)
run: ct lint --target-branch ${{ github.event.repository.default_branch }}