chore(COMPT-138): apply repository-wide prettier baseline#4
Merged
a-elkhiraooui-ciscode merged 1 commit intodevelopfrom Mar 30, 2026
Merged
Conversation
- Run prettier --write across repository - No logic/behavior changes - Unblocks CI PR Validation format gate for feature PRs - verify passes: lint + typecheck + tests
|
There was a problem hiding this comment.
Pull request overview
Applies a repository-wide Prettier formatting baseline to standardize YAML formatting in GitHub automation files, aiming to unblock CI format gating on feature PRs.
Changes:
- Normalized quoting style (double → single quotes) in workflow and Dependabot YAML.
- Re-indented
.github/workflows/pr-validation.ymlto consistent YAML structure. - Kept workflow semantics intact (no behavioral changes observed in reviewed files).
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/release-check.yml | Normalizes string quoting for env and setup-node inputs. |
| .github/workflows/publish.yml | Normalizes quoting for setup-node inputs. |
| .github/workflows/pr-validation.yml | Re-indents workflow YAML for consistent structure/readability. |
| .github/dependabot.yml | Normalizes quoting for directory/patterns/labels/commit-message fields. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
Why
Checklist
npm run lintpassesnpm run typecheckpassesnpm testpassesnpm run buildpassesnpx changeset) if this affects consumersNotes