Files
openai.openai-go/scripts/lint
2025-07-08 15:36:38 +00:00

12 lines
146 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=^$ .