Skip to content

Commit

Permalink
ci: 🎡 run typedocs as part of PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Mar 11, 2024
1 parent ca6b564 commit 8473ab4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn test:ci --ci
rest:
lint-and-co:
runs-on: ubuntu-latest
strategy:
matrix:
Expand All @@ -46,6 +46,7 @@ jobs:
- run: yarn test:cli:pack
- run: yarn demo:json-patch
- run: yarn demo:json-pointer
- run: yarn typedoc
e2e-rx-rpc:
runs-on: ubuntu-latest
strategy:
Expand Down

0 comments on commit 8473ab4

Please sign in to comment.