Skip to content

Add Table of Contents check to CI, and bot script to regenerate #1

Add Table of Contents check to CI, and bot script to regenerate

Add Table of Contents check to CI, and bot script to regenerate #1

Workflow file for this run

name: Check Table of Contents (comment /regenerate-toc to auto-fix)
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
check-formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ./docs/build_toc.sh --check-only