We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dddd9b6 commit 95f5a3bCopy full SHA for 95f5a3b
1 file changed
.github/workflows/code-quality.yml
@@ -25,6 +25,14 @@ jobs:
25
version: "0.7.5"
26
python-version: "3.10"
27
28
+ - 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
35
36
- name: Pyright
37
working-directory: ./betterproto2
38
shell: bash
0 commit comments