Skip to content

chore(Workflows): Include prettier validation - #2663

Merged
yceballost merged 2 commits into
productionfrom
iceballos/prettier-workflow
Jun 25, 2026
Merged

chore(Workflows): Include prettier validation#2663
yceballost merged 2 commits into
productionfrom
iceballos/prettier-workflow

Conversation

@yceballost

@yceballost yceballost commented Jun 25, 2026

Copy link
Copy Markdown
Collaborator

Pull Request Description: chore(Workflows): Include prettier validation

This pull request introduces a new GitHub Actions workflow dedicated to validating the formatting of JSON files using Prettier. The primary motivation behind this change is to ensure consistent code style across our project, particularly for the JSON files located in the tokens directory.

By integrating Prettier validation into our CI process, we can catch formatting issues early in the development cycle, thereby improving code readability and maintainability. This addition helps us enforce coding standards automatically, reducing the likelihood of style-related discrepancies that may arise during collaborative work

Overall, this change contributes to a cleaner codebase and promotes best practices in our development workflow.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR adds CI validation for JSON formatting in the tokens area by introducing a dedicated GitHub Actions workflow that runs Prettier checks, alongside a small formatting-only adjustment to a token file.

Changes:

  • Added a new GitHub Actions workflow to run Prettier --check for JSON files under tokens/ on PRs targeting production.
  • Minor formatting-only change at the end of tokens/vivo-evolution.json.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/prettier-check.yml Introduces a workflow to validate JSON formatting with Prettier during PRs to production.
tokens/vivo-evolution.json Applies a formatting-only adjustment at EOF.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/prettier-check.yml
@yceballost
yceballost added this pull request to the merge queue Jun 25, 2026
Merged via the queue into production with commit d8e1da1 Jun 25, 2026
18 checks passed
@yceballost
yceballost deleted the iceballos/prettier-workflow branch June 25, 2026 21:36
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.

3 participants