ci: workflows for conventional commit and release-please

This commit is contained in:
Stephan Lüscher 2023-04-27 18:37:43 +00:00
parent 0714214247
commit be498403a8
No known key found for this signature in database
GPG key ID: 445779060FF3D3CF
3 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,15 @@
name: Conventional Commits
on:
pull_request:
branches:
- main
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webiny/action-conventional-commits@v1.1.0