Skip to content

SfvChecksum versioning #9756

SfvChecksum versioning

SfvChecksum versioning #9756

Workflow file for this run

name: Commitlint
on: [pull_request]
jobs:
lint-commits:
runs-on: ubuntu-latest
steps:
- id: depth
name: Determine fetch depth for checkout
run: echo "depth=$(expr ${{ github.event.pull_request.commits }} + 1)" >> $GITHUB_OUTPUT
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: ${{ steps.depth.outputs.depth }}
- uses: wagoid/commitlint-github-action@v6
with:
commitDepth: ${{ github.event.pull_request.commits }}
helpURL: https://github.com/camunda/zeebe/blob/main/CONTRIBUTING.md/#commit-message-guidelines