Skip to content

feat: build human-review-mcp with SQLite queue and 6 smoke tests #11

feat: build human-review-mcp with SQLite queue and 6 smoke tests

feat: build human-review-mcp with SQLite queue and 6 smoke tests #11

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- run: uv sync --frozen
- run: uv run ruff check .
- run: uv run ruff format --check .