We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23eadc9 commit f7f3d31Copy full SHA for f7f3d31
.github/workflows/ci.yml
@@ -48,6 +48,14 @@ jobs:
48
working-directory: ./functions
49
run: pnpm install --frozen-lockfile
50
51
+ - name: Run lint
52
+ working-directory: ./functions
53
+ run: pnpm lint
54
+
55
+ - name: Build project
56
57
+ run: pnpm build
58
59
- name: Generate python definition files
60
61
run: pnpm generate:py
0 commit comments