Skip to content

feat: add research copilot workspace #1

feat: add research copilot workspace

feat: add research copilot workspace #1

Workflow file for this run

name: CI Validation
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
validate:
name: Typecheck, Lint, Test & Env Checks
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: Run validation
run: bun run validate