fix: $schema according to schemastore standards (#2893)

This commit is contained in:
Vessel9817
2026-06-28 19:18:31 +00:00
committed by GitHub
parent 3dcaa7db89
commit b9b50ca79c

View File

@@ -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": {