mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-13 16:45:01 -05:00
ci(llamaindex-sdk): Update file format check to run inside the sdk directory (#120)
This commit is contained in:
4
.github/workflows/lint-llamaindex.yaml
vendored
4
.github/workflows/lint-llamaindex.yaml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user