Skip to content

Commit

Permalink
build(node): run linkinator against index.html (#1227)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 29, 2021
1 parent 921defa commit d4236bb
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit d4236bb

Please sign in to comment.