Laravel Pint GitHub Workflow
When using Laravel Pint to work as a coding standard, we should have an workflow that runs the coding styling for us.
Workflow Yml Code
Go to your base code and add an workflow with the following code:
./github/workflows/run-style.yml
yml
With that, on every commit, or PR it will give you a result that will follow the Laravel coding standard.
You can find more information on GitHub, and make sure to give it a ⭐️ star!