Skip to content

feat(orchestrator): comprehensive artifact injection across all FSM phases #226

feat(orchestrator): comprehensive artifact injection across all FSM phases

feat(orchestrator): comprehensive artifact injection across all FSM phases #226

Workflow file for this run

name: CI
on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: [main]
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
jobs:
lint:
name: Biome Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: npm ci
- name: Run Biome check
run: npx biome check packages/haiku/src
test:
name: MCP Tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install dependencies
run: npm ci
- name: Run MCP test suite
working-directory: packages/haiku
run: node test/run-all.mjs