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

Commit 8fb153e

Browse files
build(node): run linkinator against index.html (#1227) (#117)
1 parent 37430ff commit 8fb153e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.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/repo-automation-bots/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)