Skip to content

fix: 解决反序列化导致节点丢失块信息出现任意键入后回删文本和图片的问题 (#45) #32

fix: 解决反序列化导致节点丢失块信息出现任意键入后回删文本和图片的问题 (#45)

fix: 解决反序列化导致节点丢失块信息出现任意键入后回删文本和图片的问题 (#45) #32

Workflow file for this run

name: CI
on:
workflow_dispatch:
push:
branches:
- '**'
paths-ignore:
- '**.md'
jobs:
Runner:
timeout-minutes: 10
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest]
node-version: [16]
steps:
- name: Checkout Git Source
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install --force
- name: Lint and Types
run:
npm run lint
npm run type:check
npm run bundle
- name: Bundle
run:
npm run bundle