Skip to content

fix: Ensure installation of PolicyReport CRDs if value is missing or … #718

fix: Ensure installation of PolicyReport CRDs if value is missing or …

fix: Ensure installation of PolicyReport CRDs if value is missing or … #718

Workflow file for this run

name: CI
on:
push:
branches:
- "*"
tags:
- "v*"
pull_request:
branches:
- "*"
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
- name: Check Helm generated values are up-to-date
run: |
make check-generated-values
- name: Run shellcheck in the shell scripts
run: |
make shellcheck