There was an error while loading. Please reload this page.
1 parent 0dfc18c commit ede4421Copy full SHA for ede4421
1 file changed
.github/workflows/check-links.yml
@@ -17,8 +17,8 @@ jobs:
17
format: "json"
18
output: "results.json"
19
args: |
20
- --include "**/*.md"
21
- --include "**/*.html"
+ --include '.*\.md$'
+ --include '.*\.html$'
22
--verbose
23
.
24
0 commit comments