You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/reference/schema.mdx
+1
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ toc_max_heading_level: 5
34
34
|`internal`|`bool`|`false`| Stops any task in the included Taskfile from being callable on the command line. These commands will also be omitted from the output when used with `--list`. |
35
35
|`aliases`|`[]string`|| Alternative names for the namespace of the included Taskfile. |
36
36
|`vars`|`map[string]Variable`|| A set of variables to apply to the included Taskfile. |
37
+
|`checksum`|`string`|| The checksum of the file you expect to include. If the checksum does not match, the file will not be included. |
0 commit comments