mirror of
https://github.com/tiennm99/litellm.git
synced 2026-06-18 07:33:58 +00:00
1beb687f54
Pin all pip install commands to exact versions and SHA-pin all GitHub Actions to prevent supply chain attacks. Remove snok/install-poetry in favor of direct pip install. Delete orphaned load test scripts. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
382 B
YAML
16 lines
382 B
YAML
name: Validate model_prices_and_context_window.json
|
|
|
|
on:
|
|
pull_request:
|
|
branches: [main]
|
|
|
|
jobs:
|
|
validate-model-prices-json:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
|
|
|
|
- name: Validate model_prices_and_context_window.json
|
|
run: |
|
|
jq empty model_prices_and_context_window.json
|