Skip to content

Current association Image #1341

Current association Image

Current association Image #1341

name: "Conventional commits"
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
check-commits:
name: Run commitlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # required to read the commit history
- uses: wagoid/commitlint-github-action@v5