Skip to content

ci: validate documentation integrity #10

ci: validate documentation integrity

ci: validate documentation integrity #10

Workflow file for this run

name: Documentation CI
on:
pull_request:
push:
branches: [main]
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate versioned documentation integrity
run: python3 tools/check_docs.py