From f82e521740a17892d0100bc0a67a2090e7f56fa2 Mon Sep 17 00:00:00 2001 From: renfred Date: Wed, 14 Jan 2026 11:32:26 -0800 Subject: [PATCH] build examples in ./scripts/lint --- scripts/lint | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/lint b/scripts/lint index 7e03a7b..dff5ac8 100755 --- a/scripts/lint +++ b/scripts/lint @@ -9,3 +9,6 @@ go build ./... echo "==> Checking tests compile" go test -run=^$ ./... + +echo "==> Building examples" +cd examples && go build ./...