Skip to content

Commit 7f0869f

Browse files
richardlauBethGriggs
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 b356b79 commit 7f0869f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/misc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ jobs:
2828
with:
2929
name: docs
3030
path: out/doc
31+
- name: Check links
32+
run: node tools/doc/checkLinks.js .

0 commit comments

Comments
 (0)