Skip to content

fix: Correctly indent labels in cert Secrets (#526) #1307

fix: Correctly indent labels in cert Secrets (#526)

fix: Correctly indent labels in cert Secrets (#526) #1307

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Check that the contents of common-values.yaml are included in values.yaml
run: |
make check-common-values
- name: Run shellcheck in the shell scripts
run: |
make shellcheck