Skip to content

Fix lint workflow failure caused by Prettier formatting drift in build-custom workflow#1

Draft
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-lint-job-failure
Draft

Fix lint workflow failure caused by Prettier formatting drift in build-custom workflow#1
Copilot wants to merge 2 commits into
mainfrom
copilot/fix-lint-job-failure

Conversation

Copy link
Copy Markdown

Copilot AI commented May 25, 2026

The lint GitHub Actions job failed because Prettier detected and rewrote formatting in .github/workflows/build-custom.yml. This PR aligns that workflow file with the repository’s enforced Prettier formatting so the lint job can complete cleanly.

  • Root cause

    • pre-commit/Prettier reported files were modified by this hook in build-custom.yml.
    • The failure was triggered by inline comment spacing in the workflow trigger block.
  • Change made

    • Applied the minimal formatting update in .github/workflows/build-custom.yml to match Prettier output.
    • No behavior, trigger semantics, or workflow logic were changed.
  • Formatting diff (representative)

    on:
  • workflow_dispatch: # manual trigger

  • workflow_dispatch: # manual trigger

Copilot AI changed the title [WIP] Fix the failing GitHub Actions job lint Fix lint workflow failure caused by Prettier formatting drift in build-custom workflow May 25, 2026
Copilot AI requested a review from sarbagya-acme May 25, 2026 12:50
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