Skip to content

Commit dddd9b6

Browse files
committed
Fix typechecking
1 parent 027e624 commit dddd9b6

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ jobs:
2525
version: "0.7.5"
2626
python-version: "3.10"
2727

28-
- name: Install the project
28+
- name: Pyright
2929
working-directory: ./betterproto2
30-
run: uv sync --locked --all-extras --all-groups
30+
shell: bash
31+
run: uv run poe typecheck
3132

3233
- name: Pyright
33-
working-directory: ./betterproto2
34+
working-directory: ./betterproto2_compiler
3435
shell: bash
3536
run: uv run poe typecheck

0 commit comments

Comments
 (0)