You are looking at the docs for an older version (v0.8.5). The latest version is main.
Task Name
The name of a task should explain concisely it’s purpose - it serves as documentation and the identifier for running a task.
Syntax
Under the ## Tasks
heading, you may define as many tasks as you’d like. Each task is defined with a name by adding a H3 heading like ### TaskName
## Tasks
### Task1
### Task2
### Task3
Constraints
You cannot use spaces in the task name.
But you may use -
or _
## Tasks
### Task_1
### Task-2