|
@@ -21,14 +21,6 @@ repos:
|
|
|
language: system
|
|
language: system
|
|
|
pass_filenames: false
|
|
pass_filenames: false
|
|
|
types: [python]
|
|
types: [python]
|
|
|
- - id: openapi-check
|
|
|
|
|
- name: "Validate OpenAPI schema"
|
|
|
|
|
- description: "Check for any unexpected changes to the OpenAPI schema"
|
|
|
|
|
- files: api/.*\.py$
|
|
|
|
|
- entry: scripts/verify-openapi.sh
|
|
|
|
|
- language: system
|
|
|
|
|
- pass_filenames: false
|
|
|
|
|
- types: [python]
|
|
|
|
|
- id: mkdocs-build
|
|
- id: mkdocs-build
|
|
|
name: "Build documentation"
|
|
name: "Build documentation"
|
|
|
description: "Build the documentation with mkdocs"
|
|
description: "Build the documentation with mkdocs"
|