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 <[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]>
  • Loading branch information
richardlau authored and BethGriggs committed Aug 20, 2020
1 parent b356b79 commit 7f0869f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/misc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,5 @@ jobs:
with:
name: docs
path: out/doc
- name: Check links
run: node tools/doc/checkLinks.js .

0 comments on commit 7f0869f

Please sign in to comment.