mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 13:05:20 -05:00
* Initial hardware metadata JSON schema. * GH Action to validate all schemas for boards/shields.
8 lines
191 B
Plaintext
8 lines
191 B
Plaintext
# 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 |