Skip to content

chore(deps): update actions/checkout action to v4 #82

chore(deps): update actions/checkout action to v4

chore(deps): update actions/checkout action to v4 #82

Workflow file for this run

name: Lint and Test Charts
on: pull_request
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run chart-testing (lint)
run: make lint
- name: Run chart-testing (install)
run: make test