mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
ci(test-linting.yml): update to run black formatting
This commit is contained in:
parent
1e26c594cb
commit
611afaf2ab
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-linting.yml
vendored
4
.github/workflows/test-linting.yml
vendored
|
@ -24,10 +24,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
poetry install --with dev
|
poetry install --with dev
|
||||||
|
|
||||||
- name: Run Black formatting check
|
- name: Run Black formatting
|
||||||
run: |
|
run: |
|
||||||
cd litellm
|
cd litellm
|
||||||
poetry run black . --check
|
poetry run black .
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Run Ruff linting
|
- name: Run Ruff linting
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue