From e048bc3446c7e6fbe4c0fc91955fa5956050dc0b Mon Sep 17 00:00:00 2001 From: Ilya Chekalsky Date: Tue, 21 Jan 2020 13:36:06 +0100 Subject: [PATCH] PHP_CodeSniffer Lint Action Adding PHP_CodeSniffer Action https://github.com/chekalsky/phpcs-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4701907..0b3bf1a 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run dotenv-linter, with reviewdog output on the PR](https://github.com/mgrachev/action-dotenv-linter) - [Show and auto-fix linting errors for many programming languages](https://github.com/samuelmeuli/lint-action) - [Test Ansible roles with Molecule](https://github.com/robertdebock/molecule-action) +- [PHP_CodeSniffer With Annotations](https://github.com/chekalsky/phpcs-action) ### Security