Add output of pyrightconfig.json before running Pyright

This commit is contained in:
Slipstreamm 2025-06-13 00:08:19 -06:00
parent 398c2c34c0
commit 66eb50833b

View File

@ -36,7 +36,8 @@ jobs:
- name: Run Pyright - name: Run Pyright
run: | run: |
pwd cat pyrightconfig.json
pyright
- name: Run Tests - name: Run Tests
run: pytest tests/ run: pytest tests/