Skip to content

DRIVERS-2170 Server info on retryable errors must reflect the originating server #2821

DRIVERS-2170 Server info on retryable errors must reflect the originating server

DRIVERS-2170 Server info on retryable errors must reflect the originating server #2821

Workflow file for this run

name: Check RST file syntax
on:
push:
branches: [master]
pull_request: ~
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip3 install rstcheck==3.3.1 sphinx==4.5.0
- name: Check RST files with rstcheck
run: |
rstcheck -r source/ --ignore-language c,python,java --report error