Skip to content

refactor: Split codebase into client-server architecture #1

refactor: Split codebase into client-server architecture

refactor: Split codebase into client-server architecture #1

Workflow file for this run

name: Conventional Commits Validation
on:
pull_request:
branches: [ master, client-server ]
types: [opened, synchronize, reopened, edited]
jobs:
validate-pr-title:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/[email protected]
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert","build","style"]'
validate-commits:
name: Validate PR Commits
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: webiny/[email protected]
with:
allowed-commit-types: "feat,fix,docs,test,ci,refactor,perf,chore,revert,build,style,release"