Skip to content

[3.x] doc: add example of a custom action #3099

[3.x] doc: add example of a custom action

[3.x] doc: add example of a custom action #3099

Workflow file for this run

# It checks the reStructuredText (RST) syntax of the docs
name: "Linter: Documentation"
on: [push, pull_request]
jobs:
doctor-rst:
name: DOCtor-RST
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: DOCtor-RST
uses: docker://oskarstark/doctor-rst
with:
args: --short
env:
DOCS_DIR: 'doc/'