Skip to content

DRIVERS-1389 Make ExceededTimeLimit a retryable reads error #2808

DRIVERS-1389 Make ExceededTimeLimit a retryable reads error

DRIVERS-1389 Make ExceededTimeLimit a retryable reads error #2808

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