Skip to content

Commit

Permalink
ci: test building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Nov 29, 2023
1 parent a263c70 commit b8188d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-all-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
# eslint
- name: yarn lint primary
run: ./scripts/lint-with-types.sh primary
# build the API docs to verify it works
- name: build API docs
run: yarn docs

lint-rest:
timeout-minutes: 15
Expand Down

0 comments on commit b8188d6

Please sign in to comment.