opencode/packages/tui/sdk/scripts/lint

12 lines
146 B
Plaintext
Raw Normal View History

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