Skip to content

docs: add demo video (openverto-demo-v2.mp4) #8

docs: add demo video (openverto-demo-v2.mp4)

docs: add demo video (openverto-demo-v2.mp4) #8

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/