We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82128af commit d2288d3Copy full SHA for d2288d3
1 file changed
.github/workflows/check-links.yml
@@ -4,11 +4,13 @@ on:
4
branches: [ main ]
5
paths:
6
- '**/*.md'
7
+ - '**/*.rst'
8
- '.github/workflows/check-links.yml'
9
- '.github/workflows/check_links_config.json'
10
pull_request:
11
12
13
14
15
16
@@ -34,6 +36,7 @@ jobs:
34
36
with:
35
37
files: |
38
**/*.md
39
+ **/*.rst
40
41
- name: Install markdown-link-check
42
if: steps.changed-files.outputs.any_changed == 'true'
0 commit comments