Skip to content

代码块内的「水哥」回滚为「两点水」,保留正文称谓 #3

代码块内的「水哥」回滚为「两点水」,保留正文称谓

代码块内的「水哥」回滚为「两点水」,保留正文称谓 #3

Workflow file for this run

name: Run example code blocks
on:
push:
branches: [master, "2026-update"]
pull_request:
branches: [master]
workflow_dispatch:
jobs:
run:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10", "3.11", "3.12", "3.13"]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run examples
run: python tools/example_runner.py Article