mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
chore(ci): restore lint workflow
This commit is contained in:
parent
702da45270
commit
7eeafa908e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/test-linting.yml
vendored
3
.github/workflows/test-linting.yml
vendored
|
|
@ -106,8 +106,7 @@ jobs:
|
|||
BASE_SHA: ${{ github.event.pull_request.base.sha }}
|
||||
NODE_OPTIONS: --max-old-space-size=12288
|
||||
run: |
|
||||
uv run --no-sync basedpyright --outputjson > "$RUNNER_TEMP/basedpyright.json" || test "$?" -eq 1
|
||||
uv run --no-sync python scripts/type_check_gate.py --base "$BASE_SHA" < "$RUNNER_TEMP/basedpyright.json"
|
||||
(uv run --no-sync basedpyright --outputjson || true) | uv run --no-sync python scripts/type_check_gate.py --base "$BASE_SHA"
|
||||
|
||||
- name: Check tests/e2e basedpyright (zero errors)
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue