ci: add conventional commits workflow (#541)

This commit is contained in:
Manuel
2024-05-28 21:40:04 +02:00
committed by GitHub
parent bcbc2d1c56
commit ba46b6f869

View File

@@ -0,0 +1,16 @@
# https://github.com/webiny/action-conventional-commits?tab=readme-ov-file
name: Conventional Commits
on:
pull_request:
branches: [ dev ]
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webiny/action-conventional-commits@v1.3.0