Skip to content

Commit efa9937

Browse files
committed
ci check
1 parent 37b358f commit efa9937

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,25 @@ jobs:
4646
- name: Typecheck React 19.2-only tests
4747
run: yarn typecheck:react-19_2
4848

49+
docs:
50+
runs-on: ubuntu-latest
51+
name: Docs
52+
steps:
53+
- name: Checkout
54+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55+
56+
- name: Setup Node.js and deps
57+
uses: ./.github/actions/setup-deps
58+
59+
- name: Check generated package docs
60+
run: yarn docs:check
61+
62+
- name: Setup Node.js and website deps
63+
uses: ./.github/actions/setup-website-deps
64+
65+
- name: Validate website docs
66+
run: yarn --cwd website validate
67+
4968
typecheck-rn-0-85:
5069
runs-on: ubuntu-latest
5170
name: Typecheck → RN 0.85

0 commit comments

Comments
 (0)