name: Doc Sync Check on: [push, pull_request] jobs: check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Check README mentions match file tree run: python3 .github/scripts/check_doc_sync.py