Skip to content

fix(core): publish batched deltas before the next block starts (#51105) #1

fix(core): publish batched deltas before the next block starts (#51105)

fix(core): publish batched deltas before the next block starts (#51105) #1

Workflow file for this run

name: check
on:
push:
branches: [dev, v2]
pull_request:
branches: [dev, v2]
workflow_dispatch:
jobs:
check:
name: typecheck
runs-on: blacksmith-4vcpu-ubuntu-2404
steps:
- name: Checkout repository
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Setup Bun
uses: ./.github/actions/setup-bun
- name: Run checks
run: bun run check