Skip to content

Commit

Permalink
Run phpstan from dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrieghe committed Oct 8, 2021
1 parent 2a6412b commit 3d1d04b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,9 @@ jobs:
php-version: '8.0'
tools: composer:v2
- name: Install dependencies
run: composer update -n --prefer-dist ${{ matrix.prefer-lowest }}
run: composer update -n --prefer-dist
- name: PHPStan
uses: docker://oskarstark/phpstan-ga
with:
args: analyse
run: vendor/bin/phpstan analyse

phpunit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3d1d04b

Please sign in to comment.