opencode-sdk-go/scripts/lint
stainless-app[bot] 588dd380f2 initial commit
2025-08-31 05:32:06 +00:00

11 lines
154 B
Bash
Executable file

#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
echo "==> Running Go build"
go build ./...
echo "==> Checking tests compile"
go test -run=^$ ./...