Skip to content

Add markdown output and tests #1

Add markdown output and tests

Add markdown output and tests #1

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v5
- name: Install dependencies
run: uv sync --extra dev
- name: Run tests
run: uv run pytest tests/