Skip to content

Commit ea56aea

Browse files
richardlauaddaleax
authored andcommitted
build: run link checker in linter workflow
Signed-off-by: Richard Lau <[email protected]> PR-URL: #34810 Refs: #34787 Reviewed-By: Mary Marchini <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent c53c34c commit ea56aea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/misc.yml

+2
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ jobs:
2222
with:
2323
name: docs
2424
path: out/doc
25+
- name: Check links
26+
run: node tools/doc/checkLinks.js .

0 commit comments

Comments
 (0)