Github action for coding style #231
Replies: 1 comment
-
It's there to make sure PRs don't get merged if they have incorrect coding style.
I am not sure StyleCI supports pint or not but generally not a fan of it
PRs are welcome to fix the code in the PRs' feature branches. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a question:
Why are you use Pint (PHP code style fixer) with
--test
option in this file ?Based on Laravel documentation this option only inspect code for style error without actually changing the files.
You can fix your code style errors with Pint and then commit the changes with auto commit Github action, or use StyleCI to Automatically fix the style of your PHP, JS and CSS code when pushing your code to origin.
Beta Was this translation helpful? Give feedback.
All reactions