Skip to content

chore(deps): update actions/checkout action to v4.1.4 (#443) #1144

chore(deps): update actions/checkout action to v4.1.4 (#443)

chore(deps): update actions/checkout action to v4.1.4 (#443) #1144

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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- 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