Skip to content

Add OpenAPI 3.1 support: null type, type arrays, and optional array i… #72

Add OpenAPI 3.1 support: null type, type arrays, and optional array i…

Add OpenAPI 3.1 support: null type, type arrays, and optional array i… #72

Workflow file for this run

on: [push]
name: Typecheck
jobs:
typecheck:
name: Typecheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun run pretest
- run: bun run typecheck