Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Nov 2, 2023
1 parent d2982b1 commit aad9017
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,13 @@ jobs:
with:
php-version: '8.1'

- name: Install composer dependencies
uses: ramsey/composer-install@v2
- name: Checkout code
uses: actions/checkout@v4

- name: Install dependencies
run: |
composer install --no-interaction --no-progress --no-suggest
- name: Run PHPStan
run: composer analyse --error-format=github
run: |
composer analyse --error-format=github

0 comments on commit aad9017

Please sign in to comment.