Skip to content

introduce chart install testing with ct install #513

introduce chart install testing with ct install

introduce chart install testing with ct install #513

Workflow file for this run

name: Lint Test
on:
pull_request:
paths-ignore:
- '.github/**'
- 'README.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Helm 🧰
uses: azure/setup-helm@v3
with:
version: v3.5.1
- name: Setup Python 🐍
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Setup chart-testing 🧰
uses: helm/chart-testing-action@v2.4.0
- name: Run chart-testing (lint)
run: ct lint