Skip to content

fix: fixed helm linting #2

fix: fixed helm linting

fix: fixed helm linting #2

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 .