main
main v0.8.0 v0.7.0 v0.6.0 v0.5.0 v0.4.1 v0.4.0

Name

[edit]

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