Skip to content

fix(core): fix events in event name bug #977

fix(core): fix events in event name bug

fix(core): fix events in event name bug #977

Workflow file for this run

name: Lint
on:
pull_request:
branches:
- master
- main
jobs:
lint:
name: Lint
timeout-minutes: 30
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.x'
- name: Installation
run: npm ci
- name: Prettier Code
run: npm run format:diff