Skip to content

move back to the zod to json schema package #8

move back to the zod to json schema package

move back to the zod to json schema package #8

Workflow file for this run

name: test-wf
on: [push]
jobs:
test:
name: run-tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup bun
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 20.9.0
- name: Install Dependencies
run: bun i
- run: bun test