Skip to content

feat: add artifacthub badge #11

feat: add artifacthub badge

feat: add artifacthub badge #11

Workflow file for this run

name: Lint and Test Charts
on:
- push
- pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up chart-testing
uses: helm/[email protected]
- name: Run chart-testing
run: ct lint --target-branch ${{ github.event.repository.default_branch }}