Skip to content

Commit

Permalink
Use github error-format in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Quetzacoalt91 authored and ondrejmirtes committed Jun 30, 2020
1 parent 1a3911b commit 7d9bb8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7d9bb8d

Please sign in to comment.