Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit c997a9d

Browse files
1 parent cc512d7 commit c997a9d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,15 @@ jobs:
4646
node-version: 14
4747
- run: npm install
4848
- run: npm run lint
49+
docs:
50+
runs-on: ubuntu-latest
51+
steps:
52+
- uses: actions/checkout@v3
53+
- uses: actions/setup-node@v3
54+
with:
55+
node-version: 14
56+
- run: npm install
57+
- run: npm run docs
58+
- uses: JustinBeckwith/linkinator-action@v1
59+
with:
60+
paths: docs/

0 commit comments

Comments
 (0)