Skip to content

hybrid

hybrid #5

Workflow file for this run

name: README Synchronization Check
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
check-readme:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.8'
- name: Run README sync check
run: |
python tools/ci/check_readme_sync.py