Skip to content

Commit d0a9b6c

Browse files
committed
1 parent bce00f5 commit d0a9b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ tasks:
7070
- task: config:format
7171

7272
go:check:
73-
desc: Lint and check formatting of Go code
74-
cmds:
73+
desc: Check for problems with Go code
74+
deps:
7575
- task: go:vet
7676
- task: go:lint
7777

0 commit comments

Comments
 (0)