We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b52f2f commit 040438dCopy full SHA for 040438d
.github/workflows/test.yml
@@ -216,6 +216,8 @@ jobs:
216
- run: |
217
go run ./cli/viam/ module create --local-only --name schematest --public-namespace ns
218
cat meta.json | jq '.models = [{"api": "x:y:z", "model": "x:y:z"}]' > meta2.json
219
+ python -m venv .venv
220
+ source .venv/bin/activate
221
pip install -r cli/test-requirements.txt
222
check-jsonschema --schemafile ./cli/module.schema.json meta2.json
223
0 commit comments