Skip to content

basic implementation of the Operation and CollaborationManager #98

basic implementation of the Operation and CollaborationManager

basic implementation of the Operation and CollaborationManager #98

Workflow file for this run

name: Playground check
on:
pull_request:
merge_group:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ESLint check
uses: ./.github/actions/lint
with:
package-name: '@editorjs/document-playground'
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build the package
uses: ./.github/actions/build
with:
package-name: '@editorjs/document-playground'