opencode_offline/packages/sdk/go/scripts/lint

12 lines
154 B
Plaintext
Raw Normal View History

2025-07-31 13:00:29 +08:00
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
echo "==> Running Go build"
go build ./...
echo "==> Checking tests compile"
go test -run=^$ ./...