Skip to content

feat(sin-mcp): surface autodev_swarm as 5th sibling MCP tool #80

feat(sin-mcp): surface autodev_swarm as 5th sibling MCP tool

feat(sin-mcp): surface autodev_swarm as 5th sibling MCP tool #80

Workflow file for this run

name: TSC Check
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
tsc-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run TypeScript check
run: pnpm tsc --noEmit