mirror of
https://github.com/go-task/task.git
synced 2026-06-28 23:24:25 +00:00
fix: $schema according to schemastore standards (#2893)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-07/schema",
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"title": "Taskfile YAML Schema",
|
||||
"description": "Schema for Taskfile files.",
|
||||
"definitions": {
|
||||
|
||||
Reference in New Issue
Block a user