Skip to content

2119 v0.1.0: spec-driven test enforcement for coding agents #1

2119 v0.1.0: spec-driven test enforcement for coding agents

2119 v0.1.0: spec-driven test enforcement for coding agents #1

Workflow file for this run

name: "2119"
on:
pull_request:
push:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm ci
- run: npm test
- run: node dist/cli.js check