Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <riclau@uk.ibm.com>2020-08-17 18:52:52 +0300
committerRich Trott <rtrott@gmail.com>2020-08-19 20:42:22 +0300
commit1b87035a7645a38f72f86e0752d572fccd399b60 (patch)
treed5308facc9063806f95c16eb423fef3bf6a4c56c /.github
parentbe360e232c3df9885a6b8bda59f970f058c2318a (diff)
build: run link checker in linter workflow
Signed-off-by: Richard Lau <riclau@uk.ibm.com> PR-URL: https://github.com/nodejs/node/pull/34810 Refs: https://github.com/nodejs/node/issues/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>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/misc.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/misc.yml b/.github/workflows/misc.yml
index 403a47614f8..df338227705 100644
--- a/.github/workflows/misc.yml
+++ b/.github/workflows/misc.yml
@@ -28,3 +28,5 @@ jobs:
with:
name: docs
path: out/doc
+ - name: Check links
+ run: node tools/doc/checkLinks.js .