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/west-commands.yml | |
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/west-commands.yml')
-rw-r--r-- | app/scripts/west-commands.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/scripts/west-commands.yml b/app/scripts/west-commands.yml index 81d6946..64583a9 100644 --- a/app/scripts/west-commands.yml +++ b/app/scripts/west-commands.yml @@ -7,3 +7,8 @@ west-commands: - name: test class: Test help: run ZMK testsuite + - file: scripts/west_commands/metadata.py + commands: + - name: metadata + class: Metadata + help: Operate on ZMK metadata files |