Skip to content

feat: add telemetry middleware (MCP + CLI) with Sentry and Segment sinks #171

feat: add telemetry middleware (MCP + CLI) with Sentry and Segment sinks

feat: add telemetry middleware (MCP + CLI) with Sentry and Segment sinks #171

Workflow file for this run

name: Format Check
on:
push:
branches:
- main
pull_request: {}
jobs:
ruff-format-check:
name: Ruff Format Check
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
version: "latest"
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.10"
- name: Install dependencies
run: uv sync --extra dev
- name: Check code format
run: uv run ruff format --diff .