Refactor Pyright execution step to simplify command

This commit is contained in:
Slipstreamm 2025-06-13 00:11:50 -06:00
parent 1505bdfd0a
commit 8a228a9e1b

View File

@ -36,8 +36,7 @@ jobs:
pip install -e .
- name: Run Pyright
run: |
pyright
run: pyright
- name: Run Tests
run: pytest tests/