ci(llamaindex-sdk): Update file format check to run inside the sdk directory (#120)

This commit is contained in:
Twisha Bansal
2024-12-09 21:18:13 +05:30
committed by GitHub
parent 890914aae0
commit 536f00b6a6

View File

@@ -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: