diff options
author | Peter Johanson <peter@peterjohanson.com> | 2021-03-27 20:51:04 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-09-11 00:50:36 -0400 |
commit | 1d69bdda602e5de1339a3b4713cf594e4852fb24 (patch) | |
tree | ab4b3904e05c647c32f7510347c2d1ca292db1e4 /app/scripts/requirements.txt | |
parent | 4a5454b0f9f2cbf755f507ab2a233a2f8c4a2fd3 (diff) |
feat: Add hardware metadata schema.
* Initial hardware metadata JSON schema.
* GH Action to validate all schemas for boards/shields.
Diffstat (limited to 'app/scripts/requirements.txt')
-rw-r--r-- | app/scripts/requirements.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/scripts/requirements.txt b/app/scripts/requirements.txt new file mode 100644 index 0000000..60d6f3a --- /dev/null +++ b/app/scripts/requirements.txt @@ -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
\ No newline at end of file |