Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 366496f

Browse files
committed
Use poetry command
1 parent e6e4575 commit 366496f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/code-quality.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
run: poetry install
4444

4545
- uses: pre-commit/[email protected]
46-
- uses: jakebailey/pyright-action@v2
47-
with:
48-
working-directory: src
46+
47+
- name: Pyright
48+
shell: bash
49+
run: poetry run poe typecheck

0 commit comments

Comments
 (0)