From 536f00b6a62214b85d57643ff87f65679403dc0f Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Mon, 9 Dec 2024 21:18:13 +0530 Subject: [PATCH] ci(llamaindex-sdk): Update file format check to run inside the sdk directory (#120) --- .github/workflows/lint-llamaindex.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint-llamaindex.yaml b/.github/workflows/lint-llamaindex.yaml index cdcd8484e7..86cd6b18f0 100644 --- a/.github/workflows/lint-llamaindex.yaml +++ b/.github/workflows/lint-llamaindex.yaml @@ -45,8 +45,8 @@ jobs: - name: Run linters run: | - black --check . - isort --check . + black --check sdks/llamaindex/ + isort --check sdks/llamaindex/ - name: Run type-check env: