From 1505bdfd0af285b5fdb10f9e88064eeee54390d4 Mon Sep 17 00:00:00 2001 From: Slipstreamm Date: Fri, 13 Jun 2025 00:10:33 -0600 Subject: [PATCH] Add output of pyrightconfig.json before running Pyright --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b3f352f..a800ceb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,6 @@ jobs: - name: Run Pyright run: | - cat pyrightconfig.json pyright - name: Run Tests