Skip to content

Commit 8473ab4

Browse files
committed
ci: 🎡 run typedocs as part of PR checks
1 parent ca6b564 commit 8473ab4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
cache: yarn
2626
- run: yarn install --frozen-lockfile
2727
- run: yarn test:ci --ci
28-
rest:
28+
lint-and-co:
2929
runs-on: ubuntu-latest
3030
strategy:
3131
matrix:
@@ -46,6 +46,7 @@ jobs:
4646
- run: yarn test:cli:pack
4747
- run: yarn demo:json-patch
4848
- run: yarn demo:json-pointer
49+
- run: yarn typedoc
4950
e2e-rx-rpc:
5051
runs-on: ubuntu-latest
5152
strategy:

0 commit comments

Comments
 (0)