Skip to content

Commit 7af3d44

Browse files
authored
Merge pull request #136 from arduino/per1234/platform-schemas
Add JSON schemas for platform configuration files
2 parents d241e27 + 70add3b commit 7af3d44

File tree

75 files changed

+5780
-48
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+5780
-48
lines changed

Taskfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ tasks:
4141
schema:compile:
4242
desc: Compile JSON schema
4343
cmds:
44-
- npx ajv-cli compile -s "./etc/schema/*.json"
44+
- npx ajv-cli compile -s "./etc/schemas/*.json"
4545

4646
check:
4747
desc: Lint and check formatting of all files

0 commit comments

Comments
 (0)