mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 20:23:18 +00:00
Merge pull request #18648 from Chesars/fix-black-check-ci
fix: check Black formatting in CI instead of auto-formatting
This commit is contained in:
@@ -33,10 +33,10 @@ jobs:
|
||||
poetry lock
|
||||
poetry install --with dev
|
||||
|
||||
- name: Run Black formatting
|
||||
- name: Check Black formatting
|
||||
run: |
|
||||
cd litellm
|
||||
poetry run black .
|
||||
poetry run black --check .
|
||||
cd ..
|
||||
|
||||
- name: Debug - Check file state
|
||||
|
||||
Reference in New Issue
Block a user