Skip to content

A3: underwriter + buyer + provider agents; full lifecycle works on te… #10

A3: underwriter + buyer + provider agents; full lifecycle works on te…

A3: underwriter + buyer + provider agents; full lifecycle works on te… #10

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: actions/setup-node@v4
with:
node-version: '20'
cache: npm
- run: npm ci
- run: node --check src/server/app.js
- run: node --check src/mcp-server.js
- run: npm test