Skip to content

Accept string value as array #41

Accept string value as array

Accept string value as array #41

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