Skip to content

feat: Integrate TWSE market data tools via MCP bridge #159

feat: Integrate TWSE market data tools via MCP bridge

feat: Integrate TWSE market data tools via MCP bridge #159

Workflow file for this run

name: CI
on:
push:
branches: [master, dev]
pull_request:
branches: [master]
jobs:
build-and-test:
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
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm test