Skip to content

Commit

Permalink
build: run link checker in linter workflow
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
richardlau authored and addaleax committed Sep 22, 2020
1 parent c53c34c commit ea56aea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/misc.yml
Expand Up @@ -22,3 +22,5 @@ jobs:
with:
name: docs
path: out/doc
- name: Check links
run: node tools/doc/checkLinks.js .

0 comments on commit ea56aea

Please sign in to comment.