<!-- ATTENTION: :wave: Just a quick reminder that this is a PUBLIC repository. Please do not include any internal links or sensitive data (like PII, private code, client names, site URLs, etc. If you're not sure if something is safe to share, please just ask! --> <!-- Also note: This issue tracker is only intended for problems that relate to vip-go-ci it self -- any issues that relate to PHPCS rulesets (for instance) should be filed against the project that houses them. --> <!-- If you are filing a feature request, please have a look at the document on contributing first: https://github.com/Automattic/vip-go-ci/blob/trunk/CONTRIBUTING.md --> <!-- Please use the following template when filing a bug report: --> # Bug report The workflow was succeeding even though there were `phpcs` errors present. Comments where also not being added to the PR as well. ## Expected behavior The workflow should fail if there any `phpcs` errors. Comments should be added to the PR.
Bug report
The workflow was succeeding even though there were
phpcserrors present. Comments where also not being added to the PR as well.Expected behavior
The workflow should fail if there any
phpcserrors. Comments should be added to the PR.