Skip to content

fix(ui): remove blocks holder listeners and detach it on destroy #45

fix(ui): remove blocks holder listeners and detach it on destroy

fix(ui): remove blocks holder listeners and detach it on destroy #45

Workflow file for this run

name: Italic check
on:
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run ESLint check
uses: ./.github/actions/lint
with:
package-name: '@editorjs/italic'
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Build the package
uses: ./.github/actions/build
with:
package-name: '@editorjs/italic'