Skip to content

refactor(docs): refactor zen editor to use base-editor apis (#3551) #9412

refactor(docs): refactor zen editor to use base-editor apis (#3551)

refactor(docs): refactor zen editor to use base-editor apis (#3551) #9412

Workflow file for this run

name: 📦 Build
on:
push:
branches:
- dev
pull_request:
branches:
- dev
permissions:
contents: read
jobs:
build:
if: github.repository == 'dream-num/univer'
runs-on: ubuntu-latest
env:
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ vars.TURBO_TEAM }}
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.head_ref }}
- name: Setup Node.js
uses: ./.github/actions/setup-node
- name: 📦 Build
run: pnpm build:ci