Skip to content

fix(helm): make PR provenance lookup work and fail visibly #31

fix(helm): make PR provenance lookup work and fail visibly

fix(helm): make PR provenance lookup work and fail visibly #31

Workflow file for this run

name: Checks
on:
pull_request:
push:
branches:
- main
jobs:
pre_commit_checks:
name: Pre-Commit checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
with:
submodules: true
- uses: pre-commit/action@main