Skip to content

Commit

Permalink
Impove PHPStan workflow (#3356)
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Aug 30, 2023
1 parent 74528dd commit ca20c58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:

- name: Install dependencies
run: |
composer require "php-ffmpeg/php-ffmpeg" --no-interaction --no-update
composer update --prefer-dist --no-interaction
composer require --no-interaction --no-update php-ffmpeg/php-ffmpeg
composer update --no-interaction --prefer-dist
- name: Run PHPStan
run: ./vendor/bin/phpstan --error-format=github
run: ./vendor/bin/phpstan

0 comments on commit ca20c58

Please sign in to comment.