Skip to content

fix: prettier formatting in shell/instance.ts to unblock CI#2052

Merged
robgruen merged 2 commits intodev/robgruen/glasswormfrom
copilot/fix-github-actions-workflow-build-ts-again
Mar 23, 2026
Merged

fix: prettier formatting in shell/instance.ts to unblock CI#2052
robgruen merged 2 commits intodev/robgruen/glasswormfrom
copilot/fix-github-actions-workflow-build-ts-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 23, 2026

The build_ts (windows-latest) CI job was failing due to a Prettier violation in ts/packages/shell/src/main/instance.ts.

Change

Reformatted a multi-argument getIndexingServiceRegistry call to comply with Prettier's line-length rules:

// Before
const indexingServiceRegistry =
    await getIndexingServiceRegistry(instanceDir, configName);

// After
const indexingServiceRegistry = await getIndexingServiceRegistry(
    instanceDir,
    configName,
);
Original prompt

Fix the failing GitHub Actions workflow build_ts (windows-latest, 20)
Analyze the workflow logs, identify the root cause of the failure, and implement a fix.
Job ID: 68255981694
Job URL: https://github.com/microsoft/TypeAgent/actions/runs/23459090935/job/68255981694


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Copilot AI changed the title [WIP] Fix failing GitHub Actions workflow build_ts fix: prettier formatting in shell/instance.ts to unblock CI Mar 23, 2026
Copilot AI requested a review from robgruen March 23, 2026 20:56
@robgruen robgruen marked this pull request as ready for review March 23, 2026 20:58
@robgruen robgruen merged commit 085137d into dev/robgruen/glassworm Mar 23, 2026
1 check passed
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.

2 participants