Skip to content

Commit c0631d8

Browse files
authored
Merge pull request #147 from per1234/remove-go-check
Remove superfluous `go:check` template task
2 parents 763018c + dcc0eb2 commit c0631d8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

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

44
tasks:
5-
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-task/Taskfile.yml
6-
go:check:
7-
desc: Check for problems with Go code
8-
deps:
9-
- task: go:vet
10-
- task: go:lint
11-
125
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-task/Taskfile.yml
136
go:fix:
147
desc: Modernize usages of outdated APIs

0 commit comments

Comments
 (0)