Skip to content

pull back to previous clean version #14

pull back to previous clean version

pull back to previous clean version #14

name: Verify chapter listings
on:
pull_request:
paths:
- "latex/**"
- "src/bettercode/testing/**"
- "tests/testing_chapter/**"
- "scripts/**"
- "latex/manifests/**"
- "pyproject.toml"
- "uv.lock"
push:
branches: [main]
jobs:
verify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install uv
uses: astral-sh/setup-uv@v4
- name: Sync dependencies
run: uv sync
- name: Verify testing-chapter listings
run: uv run python scripts/build_listings.py verify testing