Skip to content

more rst linting

more rst linting #1

Workflow file for this run

name: Deep RST Lint
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v4.0.0
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Instal dependencies
run: pip install docutils
- name: RST Lint
run: rst2html README.rst > output.html --traceback
- name: Debug RST Line
run: rst2html README.rst > output.html --debug