Skip to content

Commit 95717ce

Browse files
authored
check for codegen changes (#4633)
1 parent a443f70 commit 95717ce

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/check.yml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
uses: ./.github/actions/setup
3535
- run: pnpm circular
3636
- run: pnpm lint
37+
- run: pnpm codegen
38+
- name: Check for codegen changes
39+
run: git diff --exit-code
3740

3841
test:
3942
name: Test (${{ matrix.runtime }} ${{ matrix.shard }})

0 commit comments

Comments
 (0)