Skip to content

Initial commit

Initial commit #1

Workflow file for this run

name: CI
on: [ push ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Helm
uses: azure/setup-helm@v4
id: install
with:
version: "latest"
- name: Lint Helm
id: lint
run: helm lint .