We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 470bea9 commit 5cab918Copy full SHA for 5cab918
.github/workflows/build.yml
@@ -17,8 +17,17 @@ jobs:
17
- name: Run build
18
run: pnpm run build
19
20
+ - name: Typecheck (react@18)
21
+ run: pnpm run typecheck
22
+
23
- name: Lint
24
run: pnpm run format -l
25
26
- name: Check Git Status
27
run: git status --porcelain
28
29
+ - name: Update to latest react
30
+ run: pnpm --recursive update --latest react react-dom @types/react @types/react-dom
31
32
+ - name: Typecheck (react@latest)
33
0 commit comments