You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
GDExtension: Store source of gdextension_interface.h in JSON
This commit is contained in:
@@ -57,6 +57,13 @@ repos:
|
||||
- id: codespell
|
||||
additional_dependencies: [tomli]
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.34.1
|
||||
hooks:
|
||||
- id: check-jsonschema
|
||||
files: ^core/extension/gdextension_interface\.json$
|
||||
args: ["--schemafile", "core/extension/gdextension_interface.schema.json"]
|
||||
|
||||
### Requires Docker; look into alternative implementation.
|
||||
# - repo: https://github.com/comkieffer/pre-commit-xmllint.git
|
||||
# rev: 1.0.0
|
||||
|
||||
Reference in New Issue
Block a user