Skip to content

Fix agent workbench follow-up affordances (#27) #4

Fix agent workbench follow-up affordances (#27)

Fix agent workbench follow-up affordances (#27) #4

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm run check
- run: npm run test
- run: npm run build