Skip to content

Commitlint

Commitlint #1515

Workflow file for this run

name: Commitlint
on:
pull_request:
push:
branches: [main]
merge_group:
types: [checks_requested]
permissions:
contents: read
pull-requests: read
jobs:
commitlint:
name: Commit messages
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: wagoid/commitlint-github-action@v6
with:
configFile: .commitlintrc.json