Skip to content

Fix prettier formatting in .devcontainer/devcontainer.json and add to code-style CI triggers#3570

Merged
vfdev-5 merged 3 commits intomasterfrom
copilot/fix-ci-job-failure
Feb 21, 2026
Merged

Fix prettier formatting in .devcontainer/devcontainer.json and add to code-style CI triggers#3570
vfdev-5 merged 3 commits intomasterfrom
copilot/fix-ci-job-failure

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 21, 2026

The pre-commit prettier hook was failing CI because .devcontainer/devcontainer.json used 4-space indentation instead of prettier's expected 2-space style.

  • .devcontainer/devcontainer.json: Reformatted from 4-space to 2-space indentation to satisfy prettier's formatting requirements.
  • .github/workflows/code-style-checks.yml: Added .devcontainer/devcontainer.json to the paths trigger list for both push and pull_request events, so future changes to this file will automatically trigger the code-style CI job.

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI changed the title [WIP] Fix failure in CI job for master branch Fix prettier formatting in .devcontainer/devcontainer.json Feb 21, 2026
Copilot AI requested a review from vfdev-5 February 21, 2026 22:02
@vfdev-5 vfdev-5 marked this pull request as ready for review February 21, 2026 22:08
@vfdev-5
Copy link
Copy Markdown
Collaborator

vfdev-5 commented Feb 21, 2026

@copilot please add devcontainer.json file to the list of files triggering code-style CI in the PR

Copy link
Copy Markdown
Contributor Author

Copilot AI commented Feb 21, 2026

@copilot please add devcontainer.json file to the list of files triggering code-style CI in the PR

Done in 7c818fb — added .devcontainer/devcontainer.json to the paths trigger list in both push and pull_request sections of code-style-checks.yml.

Copilot AI changed the title Fix prettier formatting in .devcontainer/devcontainer.json Fix prettier formatting in .devcontainer/devcontainer.json and add to code-style CI triggers Feb 21, 2026
@github-actions github-actions bot added the ci CI label Feb 21, 2026
@vfdev-5 vfdev-5 enabled auto-merge February 21, 2026 22:17
@vfdev-5 vfdev-5 disabled auto-merge February 21, 2026 22:19
@vfdev-5 vfdev-5 merged commit ca57289 into master Feb 21, 2026
9 checks passed
@vfdev-5 vfdev-5 deleted the copilot/fix-ci-job-failure branch February 21, 2026 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants