Skip to content

Merge pull request #810 from ftnext/bugfix/recognize-google-cloud-tra… #182

Merge pull request #810 from ftnext/bugfix/recognize-google-cloud-tra…

Merge pull request #810 from ftnext/bugfix/recognize-google-cloud-tra… #182

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
- name: Run rstcheck
run: make rstcheck