-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Closed
Description
Problem
Tests exist (tests/test_extensions. ~39 tests), pytest is configured in pyproject.toml, and test deps are but **no workflow runs them**. The lint workflow only runs markdownlint-cli2. A contributor can break the CLI or extension system and CI still passes green.declared py
Proposed Solution
Add a new .github/workflows/test.yml workflow that runs on every push to main and on PRs:
ruff check src/andruff format --check src/for Python linting/formattinguv run pytestacross Python 3.11, 3.12, and 3.13 matrix
This keeps Python CI concerns separate from the existing markdown lint workflow.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels