Setup ci/cd for coding standards#325
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
kittenkamala
left a comment
There was a problem hiding this comment.
Thank you so much for doing this @dhruvang21! Will you do me a favor and separate the lint fix commit out into a separate PR so the two changes can be reviewed and merged independently?
ty!!
|
@kittenkamala i have created the separate PR #326 to review the lint fixes |
Add CI pipeline with coding standards and PHPUnit test workflows
Summary
Implements the CI/CD pipeline proposed in #274.
php -lacross all PHP files to catch syntax errors (addresses Parse error in test.php (unclosed braces?) #271)