Skip to content

feat: use websocket for client server communication (previously enabled by EXPERIMENTAL_WS_API) #51

feat: use websocket for client server communication (previously enabled by EXPERIMENTAL_WS_API)

feat: use websocket for client server communication (previously enabled by EXPERIMENTAL_WS_API) #51

name: Conventional Commit Check Commits
description: checks every commit in the PR respects the conventional commit
on: [pull_request]
jobs:
check-conventional-commits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Commit Conventions
uses: webiny/[email protected]