mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-20 01:04:22 +01:00
ci: new publish method (#1451)
This commit is contained in:
11
packages/sdk/go/scripts/lint
Executable file
11
packages/sdk/go/scripts/lint
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo "==> Running Go build"
|
||||
go build ./...
|
||||
|
||||
echo "==> Checking tests compile"
|
||||
go test -run=^$ ./...
|
||||
Reference in New Issue
Block a user