Skip to content

Commit b7a7aec

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

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
@@ -71,8 +71,8 @@ for a PTY interface.
7171
```bash
7272
# checks
7373
goimports -local "$(go list -m)" -w .
74-
go test ./...
7574
go vet ./...
75+
go test ./...
7676
deadcode .
7777

7878
# commit

0 commit comments

Comments
 (0)