feat: Add hardware metadata schema.
* Initial hardware metadata JSON schema. * GH Action to validate all schemas for boards/shields.
This commit is contained in:
parent
4a5454b0f9
commit
1d69bdda60
5 changed files with 368 additions and 0 deletions
8
app/scripts/requirements.txt
Normal file
8
app/scripts/requirements.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Copyright (c) 2021 The ZMK Contributors
|
||||
# SPDX-License-Identifier: MIT
|
||||
|
||||
# Convert YAML to JSON for validation
|
||||
remarshal>=0.14.0
|
||||
|
||||
# Perform our hardware metadata validation
|
||||
jsonschema>=3.2.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue