Skip to content

Convert null types to nullable for better errors (#10) #77

Convert null types to nullable for better errors (#10)

Convert null types to nullable for better errors (#10) #77

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