refactor: clean up workflows (#596)

This commit is contained in:
Manuel
2024-06-01 22:04:42 +02:00
committed by GitHub
parent 26146f4037
commit 452308336a
7 changed files with 22 additions and 42 deletions

View File

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