Skip to content

keep page version history with restore #106

keep page version history with restore

keep page version history with restore #106

Workflow file for this run

name: ci
on:
push:
branches: [v3]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: pip install pytest websockets
- run: pnpm install --frozen-lockfile
- run: pnpm lint
- run: pnpm typecheck
- run: pnpm test
- run: (cd packages/sdk-py && python -m pytest -q)
- run: pnpm build