Skip to content

Commit

Permalink
don't output pyright stdout as step summary
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Jan 29, 2024
1 parent 2c86592 commit 27867b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: poetry run ruff check --output-format=github .

- name: pyright
run: poetry run pyright >> $GITHUB_STEP_SUMMARY
run: poetry run pyright

- name: pytest
run: poetry run pytest

0 comments on commit 27867b7

Please sign in to comment.