Skip to content

Rename knowledge schema to memory; config reads DATABASE_URL #146

Rename knowledge schema to memory; config reads DATABASE_URL

Rename knowledge schema to memory; config reads DATABASE_URL #146

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- run: bun install --frozen-lockfile
- run: bun run typecheck
- run: bun run test