Skip to content

Commit

Permalink
have pyright-action use the pyproject.toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Jan 29, 2024
1 parent 6776606 commit 1adefbc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:

- name: pyright
uses: jakebailey/pyright-action@v2
with:
project: pyproject.toml

- name: pytest
run: poetry run pytest

0 comments on commit 1adefbc

Please sign in to comment.