Skip to content

Commit f7997f0

Browse files
Fix typechecking (#113)
* Fix typechecking * Add back installation
1 parent 027e624 commit f7997f0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/code-quality.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,20 @@ jobs:
2525
version: "0.7.5"
2626
python-version: "3.10"
2727

28-
- name: Install the project
28+
- name: Install betterproto2
2929
working-directory: ./betterproto2
3030
run: uv sync --locked --all-extras --all-groups
3131

32+
- name: Install betterproto2_compiler
33+
working-directory: ./betterproto2_compiler
34+
run: uv sync --locked --all-extras --all-groups
35+
3236
- name: Pyright
3337
working-directory: ./betterproto2
3438
shell: bash
3539
run: uv run poe typecheck
40+
41+
- name: Pyright
42+
working-directory: ./betterproto2_compiler
43+
shell: bash
44+
run: uv run poe typecheck

0 commit comments

Comments
 (0)