We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db755de commit 4222c3bCopy full SHA for 4222c3b
Taskfile.yml
@@ -30,7 +30,7 @@ tasks:
30
31
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go-task/Taskfile.yml
32
go:build:
33
- desc: Build the project
+ desc: Build the Go code
34
cmds:
35
- go build -v -o libraries-repository-engine{{exeExt}}
36
@@ -97,7 +97,7 @@ tasks:
97
98
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-python-task/Taskfile.yml
99
python:format:
100
- desc: Automatically formats Python files
+ desc: Format Python files
101
102
- poetry install --no-root
103
- poetry run black .
0 commit comments