Skip to content

build: pin mkdocs<2 to stay clear of the MkDocs 2.0 rewrite (#21) #6

build: pin mkdocs<2 to stay clear of the MkDocs 2.0 rewrite (#21)

build: pin mkdocs<2 to stay clear of the MkDocs 2.0 rewrite (#21) #6

Workflow file for this run

name: Planning
on:
pull_request:
push:
branches: [main]
jobs:
check-planning:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Install uv
uses: astral-sh/setup-uv@v7
with:
python-version: "3.11"
- name: Validate planning bundles
run: uv run python planning/index.py --check