Skip to content

Add release workflows and Cloudflare tunnel docs #1

Add release workflows and Cloudflare tunnel docs

Add release workflows and Cloudflare tunnel docs #1

Workflow file for this run

name: CI
on:
push:
branches:
- main
- develop
pull_request:
branches:
- main
- develop
jobs:
check:
name: Build, Test, and Pack
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run checks
run: npm run check
- name: Verify root npm package
run: npm pack --dry-run
- name: Verify MCP npm package
working-directory: mcp/agent-artifact-engine
run: npm pack --dry-run