Skip to content

chore(deps): update updatecli/updatecli-action action to v2.39.0 #716

chore(deps): update updatecli/updatecli-action action to v2.39.0

chore(deps): update updatecli/updatecli-action action to v2.39.0 #716

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