File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,9 @@ jobs:
102102 - name : Validate Static Asset Integrity
103103 run : scripts/verify-bundles.sh
104104
105+ - name : Check for changes to OpenAPI schema
106+ run : scripts/verify-openapi.sh
107+
105108 - name : Run tests
106109 run : coverage run --source="netbox/" netbox/manage.py test netbox/ --parallel
107110
Original file line number Diff line number Diff line change @@ -21,14 +21,6 @@ repos:
2121 language : system
2222 pass_filenames : false
2323 types : [python]
24- - id : openapi-check
25- name : " Validate OpenAPI schema"
26- description : " Check for any unexpected changes to the OpenAPI schema"
27- files : api/.*\.py$
28- entry : scripts/verify-openapi.sh
29- language : system
30- pass_filenames : false
31- types : [python]
3224 - id : mkdocs-build
3325 name : " Build documentation"
3426 description : " Build the documentation with mkdocs"
You can’t perform that action at this time.
0 commit comments