From 1d69bdda602e5de1339a3b4713cf594e4852fb24 Mon Sep 17 00:00:00 2001 From: Peter Johanson Date: Sat, 27 Mar 2021 20:51:04 -0400 Subject: feat: Add hardware metadata schema. * Initial hardware metadata JSON schema. * GH Action to validate all schemas for boards/shields. --- app/scripts/west-commands.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/scripts/west-commands.yml') 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 -- cgit v1.2.3