prettier-fix

Automatically apply Prettier formatting and create a pull request to fix code style issues, ensuring compatibility with Super-Linter.

MIT License

Stars
0
Committers
2

Prettier-Fix

With the release of Super-Linter 7.0.0, Prettier has become the standard for many file formats, ensuring consistent code styling across your projects. Embrace this change and keep your codebase looking sharp by integrating Prettier directly into your workflow. While you can still rely on your favorite IDE to apply Prettier's formatting, why not automate the process with this GitHub Action?

How to Use It

To automate Prettier, simply add the provided YAML configuration to your repository. If needed, a new branch with a name starting with prettier/ will be created, making it easy to review and merge the fixes into your main branch.

Important Note for Workflow YAMLs

If the changes involve files within the .github/workflows/ directory, these need to be updated manually. After making the necessary adjustments, simply create a pull request to finalize the changes and keep your repository in top shape.