We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027e624 commit dddd9b6Copy full SHA for dddd9b6
1 file changed
.github/workflows/code-quality.yml
@@ -25,11 +25,12 @@ jobs:
25
version: "0.7.5"
26
python-version: "3.10"
27
28
- - name: Install the project
+ - name: Pyright
29
working-directory: ./betterproto2
30
- run: uv sync --locked --all-extras --all-groups
+ shell: bash
31
+ run: uv run poe typecheck
32
33
- name: Pyright
- working-directory: ./betterproto2
34
+ working-directory: ./betterproto2_compiler
35
shell: bash
36
run: uv run poe typecheck
0 commit comments