Skip to content

Enable to pass SSL endpoint to cope with WinError 10054 #22

Enable to pass SSL endpoint to cope with WinError 10054

Enable to pass SSL endpoint to cope with WinError 10054 #22

Workflow file for this run

name: Ensure RST is well-formed
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
rstcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: |
python -m pip install rstcheck
- name: Run rstcheck
run: |
python -m rstcheck README.rst reference/*.rst