Skip to content

feat(deps): bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.16.3 #16

feat(deps): bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.16.3

feat(deps): bump sigs.k8s.io/controller-runtime from 0.15.0 to 0.16.3 #16

Workflow file for this run

name: Check Commit
permissions: {}
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
commit_lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@6319f54d83768b60acd6fd60e61007ccc583e62f #v5.4.3
with:
firstParent: true