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:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-02-16 17:35:44 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-02-22 14:26:31 +0300
commit910dec001d52634ec4437a31e6b11780c3bdd26b (patch)
tree3b021c526f6138f347cdb7b603d7febcf8db441b /.github
parent3c3d1ab828abd48104d2b087d4cf123b9aec0fa5 (diff)
tools: run doctool tests on GitHub Actions CI
PR-URL: https://github.com/nodejs/node/pull/37398 Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Zijian Liu <lxxyxzj@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/misc.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/misc.yml b/.github/workflows/misc.yml
index 2a50a2346a3..83c65225f0a 100644
--- a/.github/workflows/misc.yml
+++ b/.github/workflows/misc.yml
@@ -29,5 +29,5 @@ jobs:
with:
name: docs
path: out/doc
- - name: Check links
- run: node tools/doc/checkLinks.js .
+ - name: Test
+ run: NODE=$(command -v node) make test-doc-ci TEST_CI_ARGS="-p actions"