Skip to content

Commit 3c6bad8

Browse files
Deployed to github pages
1 parent c0b364d commit 3c6bad8

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

all-hooks.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5360,6 +5360,17 @@
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",

hooks.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)