Skip to content

Commit

Permalink
ci: re-enable doc-check
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Nov 28, 2023
1 parent 70941f5 commit de72f20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
directories: |
./interop/dist
./interop/node_modules
./doc/node_modules
check:
needs: build
Expand All @@ -33,7 +34,8 @@ jobs:
- uses: ipfs/aegir/actions/cache-node-modules@master
- run: npm run --if-present lint
- run: npm run --if-present dep-check
- run: npm run --if-present doc-check
## TODO: remove fixed typescript version once https://github.com/TypeStrong/ts-node/issues/2076 is resolved as it affects typescript-docs-verifier
- run: cd doc && npm install && npm run doc-check

test-node:
needs: build
Expand Down
3 changes: 2 additions & 1 deletion doc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"@libp2p/tcp": "^8.0.0",
"aegir": "^41.0.2",
"libp2p": "^0.46.0",
"prom-client": "^15.0.0"
"prom-client": "^15.0.0",
"typescript": "5.2.2"
},
"private": true
}

0 comments on commit de72f20

Please sign in to comment.