File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 53605360 "language" : " python" ,
53615361 "files" : " (?x)^(\n renovate\\ .(json|json5)|\n \\ .(github|gitlab)/renovate\\ .(json|json5)|\n \\ .renovaterc(\\ .json)?\n )$\n "
53625362 },
5363+ {
5364+ "id" : " check-taskfile" ,
5365+ "name" : " Validate Taskfile Config" ,
5366+ "description" : " Validate Taskfile config against the schema provided by Task" ,
5367+ "entry" : " check-jsonschema --builtin-schema vendor.taskfile" ,
5368+ "language" : " python" ,
5369+ "files" : " (?x)^(\n Taskfile\\ .(yml|yaml)|\n taskfile\\ .(yml|yaml)|\n Taskfile\\ .dist\\ .(yml|yaml)|\n taskfile\\ .dist\\ .(yml|yaml)\n )$\n " ,
5370+ "types" : [
5371+ " yaml"
5372+ ]
5373+ },
53635374 {
53645375 "id" : " check-travis" ,
53655376 "name" : " Validate Travis Config" ,
Original file line number Diff line number Diff line change @@ -3039,6 +3039,10 @@ <h3 data-repo="https://github.com/python-jsonschema/check-jsonschema">
30393039 < code > check-renovate</ code >
30403040 - Validate Renovate config against the schema provided by Renovate (does not support renovate config in package.json)
30413041 </ li >
3042+ < li data-id ="check-taskfile " data-types ="yaml ">
3043+ < code > check-taskfile</ code >
3044+ - Validate Taskfile config against the schema provided by Task
3045+ </ li >
30423046 < li data-id ="check-travis " data-types ="yaml ">
30433047 < code > check-travis</ code >
30443048 - Validate Travis Config against the schema provided by SchemaStore
You can’t perform that action at this time.
0 commit comments