Skip to content

chore(deps): bump uvicorn from 0.44.0 to 0.48.0 in /reference #63

chore(deps): bump uvicorn from 0.44.0 to 0.48.0 in /reference

chore(deps): bump uvicorn from 0.44.0 to 0.48.0 in /reference #63

Workflow file for this run

name: Contract (make lint contract subset)
on:
push:
branches:
- main
pull_request:
permissions:
contents: read
jobs:
contract-lint:
name: Contract Lint
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install contract validation dependencies
run: python -m pip install --upgrade pip jsonschema PyYAML
- name: Validate published contract assets (matches make lint contract checks)
run: |
python scripts/validate_schemas.py
python scripts/validate_openapi.py
python scripts/check_contract_drift.py