Skip to content

chore: push on tagged versions #6

chore: push on tagged versions

chore: push on tagged versions #6

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 .