Skip to content

Commit d2288d3

Browse files
authored
Add rst files for link checking (#5114)
1 parent 82128af commit d2288d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check-links.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,13 @@ on:
44
branches: [ main ]
55
paths:
66
- '**/*.md'
7+
- '**/*.rst'
78
- '.github/workflows/check-links.yml'
89
- '.github/workflows/check_links_config.json'
910
pull_request:
1011
paths:
1112
- '**/*.md'
13+
- '**/*.rst'
1214
- '.github/workflows/check-links.yml'
1315
- '.github/workflows/check_links_config.json'
1416

@@ -34,6 +36,7 @@ jobs:
3436
with:
3537
files: |
3638
**/*.md
39+
**/*.rst
3740
3841
- name: Install markdown-link-check
3942
if: steps.changed-files.outputs.any_changed == 'true'

0 commit comments

Comments
 (0)