Skip to content

chore(gastown): fix format and lint CI failures#3072

Merged
jrf0110 merged 1 commit intogastown-stagingfrom
fix/staging-ci-format-lint
May 6, 2026
Merged

chore(gastown): fix format and lint CI failures#3072
jrf0110 merged 1 commit intogastown-stagingfrom
fix/staging-ci-format-lint

Conversation

@jrf0110
Copy link
Copy Markdown
Contributor

@jrf0110 jrf0110 commented May 6, 2026

Summary

Fixes two CI failures blocking the gastown-stagingmain batch PR (#2974).

format-check failure

Two files were not formatted with oxfmt:

  • services/gastown/src/dos/Town.do.ts
  • services/gastown/test/integration/event-cleanup.test.ts

lint failure (oxlint: no-base-to-string)

services/gastown/container/src/main.ts:36String(promise) stringifies a Promise as [object Object]. Replaced with event: 'unhandled_rejection' string marker. The rejected promise's value is already captured in the reason field.

@jrf0110 jrf0110 merged commit 0ebac0f into gastown-staging May 6, 2026
2 checks passed
@jrf0110 jrf0110 deleted the fix/staging-ci-format-lint branch May 6, 2026 15:46
@kilo-code-bot
Copy link
Copy Markdown
Contributor

kilo-code-bot Bot commented May 6, 2026

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (3 files)
  • services/gastown/container/src/main.ts
  • services/gastown/src/dos/Town.do.ts
  • services/gastown/test/integration/event-cleanup.test.ts

Reviewed by gpt-5.5-20260423 · 155,930 tokens

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