mirror of
https://github.com/go-task/task.git
synced 2025-01-18 04:59:01 +02:00
Stephen Rosen
0488a80ace
fix: remove "versioning" from jsonschema defs
This removes the "3" nested in `definitions` which makes the contents of `definitions` pass JSON Schema metaschema validation even when the contents are not valid subschemas. `definitions` SHOULD contain subschemas as its values, with no intermediate keys. (This is a MUST in later JSON Schema spec versions, in which the key switches from `definitions` to `$defs` as a related change.) The contents are intentionally *not* dedented to make review easier.
Task
Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.
Installation | Documentation | Twitter | Mastodon | Discord
Description
Languages
Go
89.2%
Shell
6.2%
TypeScript
1.8%
CSS
1.2%
JavaScript
1.1%
Other
0.5%