Skip to content

Fix release workflow failure caused by Biome formatting drift in package.json#1

Merged
Alexbruvv merged 2 commits into
mainfrom
copilot/fix-release-job-failure
Jun 27, 2026
Merged

Fix release workflow failure caused by Biome formatting drift in package.json#1
Alexbruvv merged 2 commits into
mainfrom
copilot/fix-release-job-failure

Conversation

Copilot AI commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

The release GitHub Actions job was failing during bun run lint because Biome detected a formatting violation in package.json. This PR applies the minimal formatting correction so the release pipeline can proceed.

  • Root cause

    • biome check failed on package.json due to a trailing blank line at EOF.
  • Change

    • Removed the extra trailing newline in package.json (no runtime/code-path changes).
  • Why this is minimal

    • No source logic, workflow logic, or dependency changes.
    • Strictly aligns repository metadata formatting with Biome expectations.
diff --git a/package.json b/package.json
@@
-}
-
+}

Copilot AI changed the title [WIP] Fix failing GitHub Actions job release Fix release workflow failure caused by Biome formatting drift in package.json Jun 27, 2026
Copilot AI requested a review from Alexbruvv June 27, 2026 21:11
@Alexbruvv Alexbruvv marked this pull request as ready for review June 27, 2026 21:13
@Alexbruvv Alexbruvv merged commit a82d817 into main Jun 27, 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