Skip to content

e

e #2064

Workflow file for this run

name: RST Check
on: [push, pull_request]
jobs:
build_wheels:
name: rstcheck ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
# Used to host cibuildwheel
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install requirements
run: python -m pip install -r requirements.txt
- name: Install rstcheck
run: python -m pip install sphinx tomli rstcheck[toml,sphinx]
- name: rstcheck
run: rstcheck -r _doc onnx_extended