Skip to content

Update Bulk API to indicate maxWriteBatchSize change in 3.6 #2768

Update Bulk API to indicate maxWriteBatchSize change in 3.6

Update Bulk API to indicate maxWriteBatchSize change in 3.6 #2768

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