Skip to content

build(deps): bump actions/checkout from 3 to 4 #9

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #9

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