Skip to content

Fix ci.

Fix ci. #6

Workflow file for this run

name: Lint and Test Charts
on:
push:
paths:
- '**'
jobs:
lint-chart:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Run chart-testing (lint)
uses: helm/chart-testing-action@main
with:
command: lint
config: .github/ct.yaml