Skip to content

feat(agents): add domain agents, experience API, and dashboard visibi… #195

feat(agents): add domain agents, experience API, and dashboard visibi…

feat(agents): add domain agents, experience API, and dashboard visibi… #195

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Build app
run: npm run build