We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027e624 commit f7997f0Copy full SHA for f7997f0
.github/workflows/code-quality.yml
@@ -25,11 +25,20 @@ jobs:
25
version: "0.7.5"
26
python-version: "3.10"
27
28
- - name: Install the project
+ - name: Install betterproto2
29
working-directory: ./betterproto2
30
run: uv sync --locked --all-extras --all-groups
31
32
+ - name: Install betterproto2_compiler
33
+ working-directory: ./betterproto2_compiler
34
+ run: uv sync --locked --all-extras --all-groups
35
+
36
- name: Pyright
37
38
shell: bash
39
run: uv run poe typecheck
40
41
+ - name: Pyright
42
43
+ shell: bash
44
+ run: uv run poe typecheck
0 commit comments