Skip to content

[web] Update to "@xyflow/react beta 13 #7

[web] Update to "@xyflow/react beta 13

[web] Update to "@xyflow/react beta 13 #7

Workflow file for this run

name: Build & Test
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- run: bun i
- run: bun run build
- run: bun test