Skip to content

debug: test helm push #3

debug: test helm push

debug: test helm push #3

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: |
cd charts/opa-exporter
helm lint .