Skip to content

Tweak readme

Tweak readme #2

Workflow file for this run

name: Lint and test Helm charts
on:
pull_request:
branches: ["*"]
jobs:
lint:
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