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:
8
packages/sdk/go/scripts/format
Executable file
8
packages/sdk/go/scripts/format
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
echo "==> Running gofmt -s -w"
|
||||
gofmt -s -w .
|
||||
Reference in New Issue
Block a user