From e9710eda678a52b52ea9bf7e38373225576309d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Andrieu?= Date: Thu, 17 Jan 2019 12:49:05 +0100 Subject: [PATCH] Added 4 actions for PHP ecosystem --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe06aa8..817f1d9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,10 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) - +- [PHP Code fixer Action](https://github.com/OskarStark/php-cs-fixer-ga) +- [PHPStan Static code analyzer Action](https://github.com/OskarStark/phpstan-ga) +- [PHPQA toolsuite Action](https://github.com/mickaelandrieu/phpqa-ga) +- [PHP Psalm Static code analyzer Action](https://github.com/mickaelandrieu/psalm-ga) ### Tutorials