Skip to content

Folding Context PoC #1230

Folding Context PoC

Folding Context PoC #1230

Workflow file for this run

name: Docs Integrity
on:
pull_request:
branches: ["main"]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
docs-integrity:
name: Check Docs Integrity
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-python@v7
with:
python-version: "3.12"
- name: Check docs integrity
run: python3 ./scripts/check-docs-integrity.py