Skip to content

Fix handling of schemas with .transform in them #12

Fix handling of schemas with .transform in them

Fix handling of schemas with .transform in them #12

Workflow file for this run

name: CI
on: [pull_request]
jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '20'
- name: Install pnpm
run: npm install -g pnpm
- name: Install dependencies
run: pnpm install
- name: Build
run: pnpm run build
- name: Test
run: pnpm run test
- name: Compile tests
run: pnpm tsc --project tsconfig.test.json