Closes #20715: Move OpenAPI schema check from pre-commit to CI

This commit is contained in:
Jeremy Stretch
2025-10-29 13:23:25 -04:00
parent 1fc849eb40
commit 3017527959
2 changed files with 3 additions and 8 deletions

View File

@@ -102,6 +102,9 @@ jobs:
- name: Validate Static Asset Integrity
run: scripts/verify-bundles.sh
- name: Check for changes to OpenAPI schema
run: scripts/verify-openapi.sh
- name: Run tests
run: coverage run --source="netbox/" netbox/manage.py test netbox/ --parallel