Skip to content

Commit b4d0e31

Browse files
committed
Add source comments to asset task variables
This will facilitate the maintenance of the assets by making it easy for the maintainers of downstream projects to find the canonical source of the variables, whether to pull upstream changes, or push changes back upstream.
1 parent fa48e0d commit b4d0e31

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)