Skip to content

Commit 00e5d5b

Browse files
authored
Add missing JavaScript in-depth.html documentation (#280)
- Add missing documentation - Add pure-nodejs run-in-depth.mjs tests to validate links Fixes #199
1 parent 6588e89 commit 00e5d5b

File tree

5 files changed

+873
-51
lines changed

5 files changed

+873
-51
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ jobs:
103103
- name: Run License Checks
104104
run: npm run test:license
105105

106+
- name: Run in-depth.html validation
107+
run: npm run test:in-depth
108+
106109
- name: Run Build
107110
run: |
108111
if ${{ github.event_name == 'pull_request' }}; then

0 commit comments

Comments
 (0)