Skip to content

Commit 6da52fe

Browse files
committed
ci: run codegen before lint
1 parent 75372b9 commit 6da52fe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ jobs:
4141

4242
- uses: ./.github/actions/ci-setup
4343

44+
- name: Codegen
45+
run: pnpm codegen:github
46+
4447
- name: Lint
4548
run: pnpm lint
4649

0 commit comments

Comments
 (0)