Skip to content

Commit ea56aea

Browse files
richardlauaddaleax
authored andcommittedSep 22, 2020
build: run link checker in linter workflow
Signed-off-by: Richard Lau <riclau@uk.ibm.com> PR-URL: #34810 Refs: #34787 Reviewed-By: Mary Marchini <oss@mmarchini.me> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
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)
Please sign in to comment.