action-phpcs-code-review
action-phpcs-code-review copied to clipboard
Github Action to perform automated code review on pull requests
We use next command as a part of our CI process: ``` php ./vendor/bin/phpcs --encoding=utf-8 --ignore=./local/components/*/templates/* --standard=ruleset.xml --extensions=php ./local/classes ./local/components ``` So we set: - encoding - files to ignore...
How to make my own xml file that when picked it will resolve the committed files auto and there will be no need of `/path/to/file/` foreach file that has been...
Having PR runs is great but I'd love to run on a workflow_dispatch so that I could have it looking at the whole codebase. This wouldn't add comments inline but...