chore(deps): bump cert-manager::devops-stack-module-cert-manager from 9.0.0 to 9.0.1 in /examples/kind #541
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "commits-checks" | |
on: | |
pull_request: | |
jobs: | |
commits-checks: | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Check out the repository" | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 # Fetch all history for all tags and branches | |
- name: "Check commit messages" | |
uses: docker://aevea/commitsar |