Skip to content

Commit f7f3d31

Browse files
committed
ci(add-lint-typecheck): Update github action
1 parent 23eadc9 commit f7f3d31

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ jobs:
4848
working-directory: ./functions
4949
run: pnpm install --frozen-lockfile
5050

51+
- name: Run lint
52+
working-directory: ./functions
53+
run: pnpm lint
54+
55+
- name: Build project
56+
working-directory: ./functions
57+
run: pnpm build
58+
5159
- name: Generate python definition files
5260
working-directory: ./functions
5361
run: pnpm generate:py

0 commit comments

Comments
 (0)