Skip to content

Commit

Permalink
more rst linting
Browse files Browse the repository at this point in the history
  • Loading branch information
shaypal5 committed May 1, 2024
1 parent d0d3919 commit ec7accf
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/deeplint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Deep RST Lint

on:
push:

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Check out Git repository
uses: actions/[email protected]

- 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

0 comments on commit ec7accf

Please sign in to comment.