Skip to content

Document with TSDoc the properties of errors #14

Document with TSDoc the properties of errors

Document with TSDoc the properties of errors #14

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