From 66eb50833b1702cb836957c9c0b567b568fb7a25 Mon Sep 17 00:00:00 2001 From: Slipstreamm Date: Fri, 13 Jun 2025 00:08:19 -0600 Subject: [PATCH] Add output of pyrightconfig.json before running Pyright --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c18f27..bac0f1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,8 @@ jobs: - name: Run Pyright run: | - pwd + cat pyrightconfig.json + pyright - name: Run Tests run: pytest tests/