We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d49410 commit fff8a55Copy full SHA for fff8a55
.github/workflows/docs.yml
@@ -59,7 +59,7 @@ jobs:
59
shell: bash -eux {0}
60
run: |
61
python -m pip install --upgrade --no-cache-dir 'rstcheck[sphinx]<=6.1.0'
62
- rstcheck --warn-unknown-settings --recursive .
+ rstcheck --warn-unknown-settings --recursive **/*.rst
63
64
# Runs only on Pull Requests and if they contain changes.
65
- name: Check for Outstanding Code Comments
0 commit comments