From 692e456f348e020afdd58d949f9ebebb7628e7cd Mon Sep 17 00:00:00 2001 From: Rodrigo Primo Date: Wed, 18 Mar 2026 13:50:55 -0300 Subject: [PATCH] Update PHP_CodeSniffer repository link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c089de..22ab8dc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This action is a part of [GitHub Actions Library](https://github.com/rtCamp/gith A [GitHub Action](https://github.com/features/actions) to perform automated [pull request review](https://help.github.com/en/articles/about-pull-request-reviews). It is based on https://github.com/Automattic/vip-go-ci/ but can be used for any WordPress or even PHP projects. -The code review is performed using [PHPCS](https://github.com/squizlabs/PHP_CodeSniffer). +The code review is performed using [PHPCS](https://github.com/PHPCSStandards/PHP_CodeSniffer). Please note that, this action performs pull request review *only*. If you have an existing project, and you want entire project's code to be reviwed, you may need to do it manually.