Skip to content

Commit 4222c3b

Browse files
committed
Use standardized task descriptions
These are the conventions established in the standardized "template" tasks.
1 parent db755de commit 4222c3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tasks:
3030

3131
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go-task/Taskfile.yml
3232
go:build:
33-
desc: Build the project
33+
desc: Build the Go code
3434
cmds:
3535
- go build -v -o libraries-repository-engine{{exeExt}}
3636

@@ -97,7 +97,7 @@ tasks:
9797

9898
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-python-task/Taskfile.yml
9999
python:format:
100-
desc: Automatically formats Python files
100+
desc: Format Python files
101101
cmds:
102102
- poetry install --no-root
103103
- poetry run black .

0 commit comments

Comments
 (0)