Skip to content

fix(pubsub): externalize PubSub event to SlickEventData to stop bubbling #169

fix(pubsub): externalize PubSub event to SlickEventData to stop bubbling

fix(pubsub): externalize PubSub event to SlickEventData to stop bubbling #169

Workflow file for this run

name: pr-name-linter
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Dependencies
run: npm install --force @commitlint/config-conventional@v17
- name: PR Linter
uses: JulienKode/pull-request-name-linter-action@v0.5.0