From 7d9bb8d8f5328ef239ca1616ae5d992040e25bda Mon Sep 17 00:00:00 2001 From: Thomas Nabord Date: Mon, 29 Jun 2020 23:02:08 +0100 Subject: [PATCH] Use github error-format in workflow --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3c4b70ab77..03b8cff76c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -401,7 +401,7 @@ jobs: cd compiler && \ composer install --no-interaction && \ vendor/bin/phpunit -c tests/phpunit.xml tests && \ - ../bin/phpstan analyse -l 8 src tests && \ + ../bin/phpstan analyse -l 8 src tests --error-format github && \ php bin/compile && \ ../tmp/phpstan.phar