Skip to content

Finalize Vibe Check MCP v2.1 docs and tool scanning #5

Finalize Vibe Check MCP v2.1 docs and tool scanning

Finalize Vibe Check MCP v2.1 docs and tool scanning #5

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm ci
- run: npm run build
- run: npm run test:coverage
- name: Report Vitest Coverage
uses: davelosert/vitest-coverage-report-action@v2