Skip to content

Merge pull request #4 from M0NsTeRRR/dependabot/github_actions/helm/c… #12

Merge pull request #4 from M0NsTeRRR/dependabot/github_actions/helm/c…

Merge pull request #4 from M0NsTeRRR/dependabot/github_actions/helm/c… #12

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 }}