Skip to content

Commit

Permalink
github actions pyright output annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Jan 29, 2024
1 parent 287f7a1 commit 6776606
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
- uses: actions/checkout@v4

- name: install poetry
run: pipx install poetry
run: |
pipx install poetry
echo "$(poetry env info --path)/bin" >> $GITHUB_PATH
- uses: actions/setup-python@v5
with:
Expand All @@ -54,7 +56,7 @@ jobs:
run: poetry run ruff check --output-format=github .

- name: pyright
run: poetry run pyright
uses: jakebailey/pyright-action@v2

- name: pytest
run: poetry run pytest

0 comments on commit 6776606

Please sign in to comment.