Skip to content

docs: soften AI-agent note in README #6

docs: soften AI-agent note in README

docs: soften AI-agent note in README #6

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v6
- name: Install dependencies
run: uv sync
- name: Run tests
run: uv run pytest # live tests skipped by default
- name: Lint with ruff
run: uv run ruff check src/