From d4236bbde1651ebc03757ca1e5357bef2af4c274 Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Wed, 29 Sep 2021 18:39:03 -0400 Subject: [PATCH] build(node): run linkinator against index.html (#1227) --- .../gcp/templates/node_library/.github/workflows/ci.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml b/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml index b68934d51..4a4502f34 100644 --- a/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml +++ b/synthtool/gcp/templates/node_library/.github/workflows/ci.yaml @@ -50,4 +50,11 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: actions/setup-node@v1 + with: + node-version: 14 + - run: npm install + - run: npm run docs - uses: JustinBeckwith/linkinator-action@v1 + with: + paths: docs/