Skip to content

Commit 002cce6

Browse files
committed
Add source URL comment to "Test Go" workflow
This will make it easier for the maintainers to sync fixes and improvements in either direction between the upstream "template" workflow and its installation in this repository.
1 parent 38f08ba commit 002cce6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/test-go-task.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/test-go-task.md
12
name: Test Go
23

34
env:

Taskfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ tasks:
2828
cmds:
2929
- go build -v {{.GO_BUILD_FLAGS}}
3030

31+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/test-go-task/Taskfile.yml
3132
go:test:
3233
desc: Run unit tests
3334
cmds:

0 commit comments

Comments
 (0)