Skip to content

Commit febd4f6

Browse files
croakywarp-agent
andcommitted
doc: reorder checks (vet before test)
Co-Authored-By: Warp <agent@warp.dev>
1 parent 64c5970 commit febd4f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ curl -X POST http://localhost:8080/slack/events -d '{"test": true}' -H "Content-
102102

103103
# checks
104104
goimports -local "$(go list -m)" -w .
105-
go test ./...
106105
go vet ./...
106+
go test ./...
107107
deadcode ./...
108108

109109
# commit

0 commit comments

Comments
 (0)