Skip to content

deps: Update dependency eslint to v9 (main) #9757

deps: Update dependency eslint to v9 (main)

deps: Update dependency eslint to v9 (main) #9757

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