Skip to content

chore: removed all actions and added helm ones #1

chore: removed all actions and added helm ones

chore: removed all actions and added helm ones #1

Workflow file for this run

name: Helm Lint
on:
push:
jobs:
helm:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Helm lint
run: |
helm lint .