From b991145f398b6e1c0023f90899e5b75b99b96a8e Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Fri, 28 Jun 2024 17:47:17 -0400 Subject: [PATCH] fix: fix the type check action (#69) ## Summary by CodeRabbit - **Chores** - Updated the workflow file to improve command structure for better readability and maintainability. --- .github/workflows/type-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/type-check.yml b/.github/workflows/type-check.yml index 0f67ab6..0af3a7c 100644 --- a/.github/workflows/type-check.yml +++ b/.github/workflows/type-check.yml @@ -8,4 +8,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - run: pipx run uv tool run basedpyright --with .[typecheck] + - run: pipx run uv tool run --with .[typecheck] basedpyright