Skip to content

feat: add ctx_search unified search tool across memories, facts, and … #14

feat: add ctx_search unified search tool across memories, facts, and …

feat: add ctx_search unified search tool across memories, facts, and … #14

Workflow file for this run

name: CI
on:
push:
branches: [master, main]
pull_request:
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
check:
name: Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install
- name: TypeScript typecheck
run: bun run typecheck
- name: Lint
run: bun run lint
- name: Build
run: bun run build
- name: Test
run: bun test