Skip to content

Commit eeafd84

Browse files
authored
Merge pull request #654 from per1234/source-comments
Add source comments to asset task variables
2 parents fa48e0d + b4d0e31 commit eeafd84

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry/Taskfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: "3"
22

33
vars:
4+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/deploy-cobra-mkdocs-versioned-poetry/Taskfile.yml
45
PROJECT_NAME: TODO
56

67
tasks:

workflow-templates/assets/test-go-task/Taskfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
version: "3"
33

44
vars:
5+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-go-task/Taskfile.yml
56
# `-ldflags` flag to use for `go test` command
67
# TODO: define flag if required by the project, or leave empty if not needed.
78
TEST_LDFLAGS:

0 commit comments

Comments
 (0)