Skip to content

Merge branch 'feat/backend-behavioral-boundary-closeout-2026-03-19' #31

Merge branch 'feat/backend-behavioral-boundary-closeout-2026-03-19'

Merge branch 'feat/backend-behavioral-boundary-closeout-2026-03-19' #31

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
cli-smoke:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install
run: npm ci
- name: Test
run: npm test