Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 81549d7

Browse files
build(node): run linkinator against index.html (#1227) (#573)
1 parent 1c7656c commit 81549d7

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
docker:
22
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
3-
digest: sha256:111973c0da7608bf1e60d070e5449d48826c385a6b92a56cb9203f1725d33c3d
3+
digest: sha256:c0ad7c54b9210f1d10678955bc37b377e538e15cb07ecc3bac93cc7219ec2bc5

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,7 @@ jobs:
5454
with:
5555
node-version: 14
5656
- run: npm install
57-
- run: npm run docs-test
57+
- run: npm run docs
58+
- uses: JustinBeckwith/linkinator-action@v1
59+
with:
60+
paths: docs/

0 commit comments

Comments
 (0)