Skip to content

fix: performance tiptap link issue (#1629) #4234

fix: performance tiptap link issue (#1629)

fix: performance tiptap link issue (#1629) #4234

Workflow file for this run

name: ⚙️ Build lib
on:
pull_request:
push:
branches: [main, 'v[0-9]+.x']
jobs:
build:
name: Build package
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.58.1
- uses: taiga-family/ci/actions/setup/variables@v1.58.1
- uses: taiga-family/ci/actions/setup/node@v1.58.1
with:
validate-peer-deps: false
- run: npx nx build tui-editor
concurrency:
group: build-${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true