Skip to content

Bump semver from 6.3.0 to 6.3.1 #3096

Bump semver from 6.3.0 to 6.3.1

Bump semver from 6.3.0 to 6.3.1 #3096

Workflow file for this run

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