ci: GitHub action for conventional commits (#2)

This commit is contained in:
Matouš Volf 2024-08-15 11:55:34 +02:00 committed by GitHub
commit ed3e915518
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,15 @@
name: conventional commits
on:
pull_request:
branches: [ main ]
jobs:
build:
name: conventional commits
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: webiny/action-conventional-commits@v1.3.0
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}