Skip to content

Merge pull request #3 from GitbookIO/validate-value-as-string #44

Merge pull request #3 from GitbookIO/validate-value-as-string

Merge pull request #3 from GitbookIO/validate-value-as-string #44

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