Is your feature request related to a problem? Please describe.
By using Github Action & Prettier, make a workflow that is automatically triggered when particular file formats (which are supported by prettier like .HTML,.css.js, etc)  are altered in the PR. For reference, you can go through this article .
Describe the solution you'd like
A GH action that automatically applies prettier on all HTML, CSS & JS files.