Skip to content

Commit

Permalink
Add nunomadudo/phpinsights report.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jun 29, 2020
1 parent 742d74f commit 2ffb151
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
uses: shivammathur/setup-php@master
with:
php-version: ${{ matrix.php-versions }}
extensions: ast,mbstring,xdebug
tools: pecl
extensions: mbstring,xdebug

- name: Get Composer Cache Directory
id: composer-cache
Expand All @@ -52,6 +51,12 @@ jobs:
run: vendor/bin/psalm --shepherd --stats
continue-on-error: true

- name: PHP Insights report
run: |
composer require nunomaduro/phpinsights --dev
vendor/bin/phpinsights analyse src/ -n
continue-on-error: true

- name: Scrutinizer
run: |
wget https://scrutinizer-ci.com/ocular.phar
Expand Down

0 comments on commit 2ffb151

Please sign in to comment.