create-svc 0.1.59 → 0.1.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-svc",
3
- "version": "0.1.59",
3
+ "version": "0.1.60",
4
4
  "description": "Local microservice bootstrap CLI for Cloud Run and Workers services with Neon-backed data.",
5
5
  "module": "index.ts",
6
6
  "type": "module",
@@ -16,6 +16,10 @@ jobs:
16
16
  uses: actions/setup-go@v5
17
17
  with:
18
18
  go-version: "1.25"
19
+ - if: ${{ '{{RUNTIME}}' == 'go' }}
20
+ uses: ariga/setup-atlas@v0
21
+ - if: ${{ '{{RUNTIME}}' == 'go' }}
22
+ run: go install github.com/bufbuild/buf/cmd/buf@latest
19
23
  - run: bun install
20
24
  - run: bun run lint
21
25
  - run: bun run test