Skip to content
This repository was archived by the owner on Apr 14, 2026. It is now read-only.

add MCP server badge #18

add MCP server badge

add MCP server badge #18

Workflow file for this run

name: Lint
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.2.17
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Run Lint
run: bun lint