Skip to content

Bump urllib3 from 2.0.4 to 2.0.6 in /ci/rstcheck #362

Bump urllib3 from 2.0.4 to 2.0.6 in /ci/rstcheck

Bump urllib3 from 2.0.4 to 2.0.6 in /ci/rstcheck #362

Workflow file for this run

name: rstcheck
# Run this workflow for commits to doc files
on:
push:
paths:
- ".github/workflows/rstcheck.yml"
- "README.rst"
- "docs/**"
- "ci/rstcheck/*"
pull_request:
paths:
- ".github/workflows/rstcheck.yml"
- "README.rst"
- "docs/**"
- "ci/rstcheck/*"
jobs:
rstcheck:
name: rstcheck
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install Python dependencies
run: |
python -m pip install -r ci/rstcheck/requirements.txt
- name: Run rstcheck
run: |
rstcheck -r --ignore-directives automodule --ignore-substitutions version,release,today .