Skip to content

Commit

Permalink
try fix rst-syntax job
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonieFierz committed Jan 3, 2025
1 parent 11b04c5 commit 51aa989
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pyhton.generate-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ jobs:
name: source_dist
path: python-wrapper/dist/**
if-no-files-found: error

check_rst_syntax:
runs-on: "ubuntu-22.04"
steps:
Expand All @@ -106,6 +105,8 @@ jobs:
- name: install rst linter
run: pip install restructuredtext-lint pygments
- name: run
run: rst-lint *.rst
run: |
cd docs
rst-lint *.rst

0 comments on commit 51aa989

Please sign in to comment.