Skip to content

feat: default text for tiptap #69

feat: default text for tiptap

feat: default text for tiptap #69

Workflow file for this run

name: SyncPack
on:
push:
branches: [main]
pull_request:
branches: [main]
# This allows a subsequently queued workflow run to interrupt previous runs
concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
syncpack:
name: Sync Package Versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18.x
cache: 'npm'
- run: npm ci
- run: npx syncpack list-mismatches