Skip to content

feat(factory): auto-route research skip/patch/full on guide:draft #11

feat(factory): auto-route research skip/patch/full on guide:draft

feat(factory): auto-route research skip/patch/full on guide:draft #11

Workflow file for this run

name: Pipeline CI
on:
pull_request:
paths:
- 'pipeline/**'
- '.github/workflows/pipeline-ci.yml'
push:
branches: [main]
paths:
- 'pipeline/**'
- '.github/workflows/pipeline-ci.yml'
jobs:
check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: pipeline
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: pipeline/package-lock.json
- run: npm ci
- run: npm run typecheck
- run: npm test