Skip to content

chore(COMPT-138): apply repository-wide prettier baseline#4

Merged
a-elkhiraooui-ciscode merged 1 commit intodevelopfrom
feat/COMPT-138-format-baseline
Mar 30, 2026
Merged

chore(COMPT-138): apply repository-wide prettier baseline#4
a-elkhiraooui-ciscode merged 1 commit intodevelopfrom
feat/COMPT-138-format-baseline

Conversation

@a-elkhiraooui-ciscode
Copy link
Copy Markdown

  • Run prettier --write across repository
  • No logic/behavior changes
  • Unblocks CI PR Validation format gate for feature PRs
  • verify passes: lint + typecheck + tests

Summary

  • What does this PR change?

Why

  • Why is this change needed?

Checklist

  • Added/updated tests (if behavior changed)
  • npm run lint passes
  • npm run typecheck passes
  • npm test passes
  • npm run build passes
  • Added a changeset (npx changeset) if this affects consumers

Notes

  • Anything reviewers should pay attention to?

- Run prettier --write across repository
- No logic/behavior changes
- Unblocks CI PR Validation format gate for feature PRs
- verify passes: lint + typecheck + tests
Copilot AI review requested due to automatic review settings March 30, 2026 12:38
@a-elkhiraooui-ciscode a-elkhiraooui-ciscode merged commit ada7279 into develop Mar 30, 2026
2 checks passed
@sonarqubecloud
Copy link
Copy Markdown

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.yml to 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.

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