refactor: clean up workflows (#596)
This commit is contained in:
14
.github/workflows/conventions-semantic-commits.yml
vendored
Normal file
14
.github/workflows/conventions-semantic-commits.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user