Skip to content

Commit a1a79f9

Browse files
committed
Add source URL comment to standardized tasks
This will make it easier for the maintainers to sync fixes and improvements in either direction between the upstream "template" tasks and their installation in this repository.
1 parent d0a9b6c commit a1a79f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Taskfile.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ tasks:
6969
- task: docs:format
7070
- task: config:format
7171

72+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-task/Taskfile.yml
7273
go:check:
7374
desc: Check for problems with Go code
7475
deps:
@@ -103,6 +104,7 @@ tasks:
103104
{{default "-min_confidence 0.8 -set_exit_status" .GO_LINT_FLAGS}} \
104105
{{default .DEFAULT_TARGETS .TARGETS}}
105106
107+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-task/Taskfile.yml
106108
go:format:
107109
desc: Format Go code
108110
cmds:

0 commit comments

Comments
 (0)