Add output of pyrightconfig.json before running Pyright
This commit is contained in:
parent
398c2c34c0
commit
66eb50833b
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user