Skip to content

Commit c59ac4b

Browse files
committed
build: run link checker in linter workflow
Signed-off-by: Richard Lau <riclau@uk.ibm.com>
1 parent 0eca660 commit c59ac4b

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)