Skip to content

Commit fff8a55

Browse files
committed
Maintenance: Adjust rstcheck path.
1 parent 1d49410 commit fff8a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
shell: bash -eux {0}
6060
run: |
6161
python -m pip install --upgrade --no-cache-dir 'rstcheck[sphinx]<=6.1.0'
62-
rstcheck --warn-unknown-settings --recursive .
62+
rstcheck --warn-unknown-settings --recursive **/*.rst
6363
6464
# Runs only on Pull Requests and if they contain changes.
6565
- name: Check for Outstanding Code Comments

0 commit comments

Comments
 (0)