Skip to content

Commit d4236bb

Browse files
author
Benjamin E. Coe
authored
build(node): run linkinator against index.html (#1227)
1 parent 921defa commit d4236bb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • synthtool/gcp/templates/node_library/.github/workflows

synthtool/gcp/templates/node_library/.github/workflows/ci.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,11 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- uses: actions/checkout@v2
53+
- uses: actions/setup-node@v1
54+
with:
55+
node-version: 14
56+
- run: npm install
57+
- run: npm run docs
5358
- uses: JustinBeckwith/linkinator-action@v1
59+
with:
60+
paths: docs/

0 commit comments

Comments
 (0)