Skip to content

feat: Upload editorconfig #13

feat: Upload editorconfig

feat: Upload editorconfig #13

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@v4
with:
fetch-depth: 0
- name: Set up Helm
uses: azure/setup-helm@v4
with:
version: v3.13.0
- uses: actions/setup-python@v5
with:
python-version: 3.x
check-latest: true
- name: Set up chart-testing
uses: helm/chart-testing-action@v2
- name: Create kind cluster
uses: helm/kind-action@v1
- name: Run chart-testing (lint-and-install)
run: ct lint-and-install --config .github/ct.yaml