Skip to content

docs: add examples, dashboard screenshot and README header #2

docs: add examples, dashboard screenshot and README header

docs: add examples, dashboard screenshot and README header #2

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: astral-sh/setup-uv@v8.3.2
with:
enable-cache: true
- run: uv sync --locked
- run: uv run ruff check src/ tests/
- run: uv run pytest tests/ -q