From e048bc3446c7e6fbe4c0fc91955fa5956050dc0b Mon Sep 17 00:00:00 2001 From: Ilya Chekalsky Date: Tue, 21 Jan 2020 13:36:06 +0100 Subject: [PATCH 1/2] 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 From 9925e808d30b762b9a16ee96f771aeeb99a540c5 Mon Sep 17 00:00:00 2001 From: Ilya Chekalsky Date: Thu, 23 Jan 2020 18:22:42 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 01fdef1..1da2dc5 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run dotenv-linter - Lints your .env files like a charm, with optional reviewdog output on the PR](https://github.com/wemake-services/dotenv-linter) - [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