Skip to content

✨ schema: support drizzle introspection #339

✨ schema: support drizzle introspection

✨ schema: support drizzle introspection #339

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: oven-sh/setup-bun@v1
- run: bun install
- run: bun typecheck
- run: bun test
env:
CI: true