Skip to content

ci: check that commit messages follow Conventional Commits format #1

ci: check that commit messages follow Conventional Commits format

ci: check that commit messages follow Conventional Commits format #1

name: Conventional Commits
on:
pull_request:
jobs:
check-conventional-commits:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: ./ci/check-conventional-commits.sh "${{ github.event.pull_request.base.sha }}" "${{ github.event.pull_request.head.sha }}"