mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
chore: remove validation schema script
The generator validates the generated schemas already. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
7bc9aeaf9c
commit
a58d9a65f1
2 changed files with 0 additions and 299 deletions
|
|
@ -115,15 +115,6 @@ repos:
|
|||
pass_filenames: false
|
||||
require_serial: true
|
||||
files: ^src/llama_stack/apis/
|
||||
- id: openapi-validate
|
||||
name: OpenAPI Schema Validation
|
||||
additional_dependencies:
|
||||
- uv==0.7.8
|
||||
entry: uv run scripts/validate_openapi.py docs/static/ --quiet
|
||||
language: python
|
||||
pass_filenames: false
|
||||
require_serial: true
|
||||
files: ^docs/static/.*\.ya?ml$
|
||||
- id: check-workflows-use-hashes
|
||||
name: Check GitHub Actions use SHA-pinned actions
|
||||
entry: ./scripts/check-workflows-use-hashes.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue