Skip to content
This repository was archived by the owner on Aug 18, 2026. It is now read-only.

fix: harden mcp framing, read-only sql, dry-run timeout, and pin vuln… #21

fix: harden mcp framing, read-only sql, dry-run timeout, and pin vuln…

fix: harden mcp framing, read-only sql, dry-run timeout, and pin vuln… #21

Workflow file for this run

name: ci
on:
push:
branches: [master]
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: stable
- run: go test ./...
- run: go vet ./...
- run: go install golang.org/x/vuln/cmd/govulncheck@v1.3.0
- run: govulncheck ./...
- run: go build -o bin/miseledger ./cmd/miseledger
- run: scripts/smoke_archive.sh
- run: scripts/smoke_mcp.sh
- run: scripts/smoke_http.sh