Skip to content

chore: Add Prettier format check to CI and format code #485

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 15, 2025

Conversation

frauniki
Copy link
Contributor

This PR introduces a Prettier format check to the CI pipeline.
It also formats the existing codebase using Prettier.

Key changes:

  • Added a GitHub Actions workflow to perform Prettier format checks
  • Added a "format:check" script to package.json
  • Formatted various source code files

frauniki added 2 commits June 15, 2025 17:28
- Add prettier job to GitHub Actions workflow to enforce code formatting
- Add format:check script to package.json for checking formatting
- Include failure message when prettier check fails in CI
- Fix inconsistent indentation across multiple engine files
- Remove trailing whitespace and add missing newlines
- Improve code formatting in prompt generation functions
- Break long lines for better readability
- Standardize spacing and brackets placement
@di-sukharev di-sukharev merged commit c107078 into di-sukharev:master Jun 15, 2025
6 checks passed
@frauniki frauniki deleted the add-prettier-ci branch June 15, 2025 09:25
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