mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-13 08:35:15 -05:00
ci(langchain-sdk): Update file format check to run inside the sdk directory (#119)
This commit is contained in:
6
.github/workflows/lint-langchain.yaml
vendored
6
.github/workflows/lint-langchain.yaml
vendored
@@ -45,10 +45,10 @@ jobs:
|
||||
|
||||
- name: Run linters
|
||||
run: |
|
||||
black --check .
|
||||
isort --check .
|
||||
black --check sdks/langchain/
|
||||
isort --check sdks/langchain/
|
||||
|
||||
- name: Run type-check
|
||||
env:
|
||||
MYPYPATH: 'sdks/langchain/src'
|
||||
run: mypy --install-types --non-interactive --explicit-package-bases sdks/langchain
|
||||
run: mypy --install-types --non-interactive --explicit-package-bases sdks/langchain
|
||||
|
||||
Reference in New Issue
Block a user