Skip to content

Update scripts and add 8 crates #262

Update scripts and add 8 crates

Update scripts and add 8 crates #262

Workflow file for this run

name: Check README
on:
pull_request:
branches: [ main ]
paths: [ .github/workflows/pr-readme.yml, pr/readme/**, crates/**, README.md ]
workflow_dispatch:
permissions: { }
env:
python-version: "3.12"
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.python-version }}
- name: Check README
run: python ./pr/readme/check.py