Skip to content

Commit

Permalink
github: run rst-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jnikula committed Oct 4, 2023
1 parent 6d9f0a9 commit 0726141
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ jobs:
- name: Style check
run: make check

rst:
name: Check reStructuredText
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- run: pip install restructuredtext_lint
- name: reStructuredText check
run: make check-rst

examples:
name: Check examples
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0726141

Please sign in to comment.