We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 763018c + dcc0eb2 commit c0631d8Copy full SHA for c0631d8
workflow-templates/assets/check-go-task/Taskfile.yml
@@ -2,13 +2,6 @@
2
version: "3"
3
4
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
-
12
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-go-task/Taskfile.yml
13
go:fix:
14
desc: Modernize usages of outdated APIs
0 commit comments