Is your feature request related to a problem?
The vast majority of projects want to safeguard their codestyle/best practices enforced via PHP_CodeSniffer.
Typically, this is done by running PHP_CodeSniffer via automated continuous integration checks.
Describe the solution you'd like
New wiki page with a section for each CI platform (GitHub Actions, GitLab, BitBucket etc) with code samples of some typical workflows to run PHPCS automatically on each platform.
Is your feature request related to a problem?
The vast majority of projects want to safeguard their codestyle/best practices enforced via PHP_CodeSniffer.
Typically, this is done by running PHP_CodeSniffer via automated continuous integration checks.
Describe the solution you'd like
New wiki page with a section for each CI platform (GitHub Actions, GitLab, BitBucket etc) with code samples of some typical workflows to run PHPCS automatically on each platform.