Skip to content

ci: add Unified CI test/check workflows (pinned) - #15

Merged
hannahhoward merged 2 commits into
mainfrom
ci/unified-ci-add
Aug 1, 2026
Merged

ci: add Unified CI test/check workflows (pinned)#15
hannahhoward merged 2 commits into
mainfrom
ci/unified-ci-add

Conversation

@hannahhoward

Copy link
Copy Markdown
Contributor

Supersedes #3 (auto-closed when its stacked base branch merged). Part of the accepted CI-standardization RFC (fil-one/RFC#11): adds the pinned Unified CI go-check/go-test workflows to a repo that previously had no test/check CI. Original change by @Peeja.

First-run staticcheck flagged three unused symbols (U1000) in pkg/services/inspector/payments.go, removed here: the calculateRailStatus slow path and getRailProvingState (its only callee, per-rail RPC fetching), both superseded by calculateRailStatusFast over pre-fetched proving data, plus an unused function-local railStatusResult type. The railProvingState type stays — countProvenEpochs still uses it.

Verified locally with Unified CI's pinned staticcheck (clean), go build and go test ./... (pass).

🤖 Generated with Claude Code

hannahhoward and others added 2 commits July 31, 2026 22:30
…atus slow path

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@hannahhoward
hannahhoward merged commit 9692229 into main Aug 1, 2026
4 checks passed
@hannahhoward
hannahhoward deleted the ci/unified-ci-add branch August 1, 2026 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant