Skip to content

Commit e50b8c9

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

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
@@ -290,8 +290,8 @@ cat example.md | mdembed | mods
290290
```bash
291291
# checks
292292
goimports -local "$(go list -m)" -w .
293-
go test ./...
294293
go vet ./...
294+
go test ./...
295295
deadcode .
296296

297297
# commit

0 commit comments

Comments
 (0)