Skip to content

Merge pull request #143 from ichinya/feat/dashboard-overview-migration #250

Merge pull request #143 from ichinya/feat/dashboard-overview-migration

Merge pull request #143 from ichinya/feat/dashboard-overview-migration #250

Workflow file for this run

name: MCP Unit
on:
push:
branches: [main]
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
security-events: write
jobs:
mcpunit:
name: MCP Unit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v5
with:
node-version: 22
cache: npm
- run: npm ci
- uses: lee-to/mcpunit@v1.0.0
with:
cmd: npx tsx packages/mcp/src/index.ts
min-score: "80"
upload-sarif: "true"