Skip to content

Commit b46921f

Browse files
committed
chore: catch drift from api during build
1 parent e4852ae commit b46921f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,7 @@ jobs:
6262
- uses: actions/checkout@v3
6363
- name: Setup
6464
uses: ./.github/actions/setup
65+
- name: Generate types from live API
66+
run: pnpm run codegen
6567
- name: Build
6668
run: pnpm build

0 commit comments

Comments
 (0)