From d119343e8e7c83a56f87b05249ff0094aa2298a5 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 23 Nov 2025 08:00:00 +0800 Subject: .build.yml: Add go vet It could detect mismatches between the Go function signature and asm; not super useful but good to have... not sure why golangci-lint's go vet doesn't do this. --- .build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.build.yml b/.build.yml index cbac6add..e0bd8ad3 100644 --- a/.build.yml +++ b/.build.yml @@ -24,3 +24,6 @@ tasks: - lint: | cd furgit golangci-lint run ./... + - vet: | + cd furgit + go vet ./... -- cgit v1.3.1-10-gc9f91