Skip to content

Commit f15ac5f

Browse files
authored
ci: 🎡 add codegen in fix ci (#1805)
* ci: 🎡 add codegen in fix ci * chore: fix
1 parent b010aca commit f15ac5f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/fix.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919

2020
- uses: ./.github/actions/setup
2121

22+
- run: pnpm build:tsc
23+
2224
- name: Fix
23-
run: pnpm fix
25+
run: pnpm codegen && pnpm fix
2426

2527
- uses: autofix-ci/action@551dded8c6cc8a1054039c8bc0b8b48c51dfc6ef

0 commit comments

Comments
 (0)