Skip to content

Commit ede4421

Browse files
committed
fix
1 parent 0dfc18c commit ede4421

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
format: "json"
1818
output: "results.json"
1919
args: |
20-
--include "**/*.md"
21-
--include "**/*.html"
20+
--include '.*\.md$'
21+
--include '.*\.html$'
2222
--verbose
2323
.
2424

0 commit comments

Comments
 (0)