Skip to content

feat: document MCP server, expand landing, drop stale new badges (#80) #197

feat: document MCP server, expand landing, drop stale new badges (#80)

feat: document MCP server, expand landing, drop stale new badges (#80) #197

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Typecheck and validate registry
run: bun run check
- name: Accessibility tests
run: bun test