Skip to content

fix(server): allow to share code in server and dispatcher #77

fix(server): allow to share code in server and dispatcher

fix(server): allow to share code in server and dispatcher #77

name: Conventional Commits
on: [pull_request, push]
jobs:
build:
name: Conventional Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/action-conventional-commits@v1.3.0
with:
allowed-commit-types: "feat,fix,docs,style,refactor,test,build,perf,ci,chore,revert,merge,wip,ops"