Skip to content

Commit

Permalink
build(nodejs): switch to linkinator for scanning links (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Sep 29, 2021
1 parent a4be338 commit 921defa
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,4 @@ 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-test
- uses: JustinBeckwith/linkinator-action@v1

0 comments on commit 921defa

Please sign in to comment.