Skip to content

fix zod v4 validator incompatibility (#53) #157

fix zod v4 validator incompatibility (#53)

fix zod v4 validator incompatibility (#53) #157

Workflow file for this run

name: test
on:
push:
branches: [dev]
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install
- run: cd packages/opencontrol && bun test