summaryrefslogtreecommitdiffhomepage
path: root/packages/tui/sdk/scripts/lint
blob: 9f37abf2800e101e18c6adad154ade02443dfec7 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

set -e

cd "$(dirname "$0")/.."

echo "==> Running Go build"
go build .

echo "==> Checking tests compile"
go test -run=^$ .