Skip to content

A GitHub Action to apply Prettier fixes

Compare
Choose a tag to compare
@WorkOfStan WorkOfStan released this 21 Aug 20:09
· 6 commits to main since this release
0bfacfd

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.