Skip to content

Commit

Permalink
Update analysis workflow configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Mar 25, 2024
1 parent abc4ddf commit 39a4c0e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/analysis.yml
Expand Up @@ -26,8 +26,7 @@ jobs:
COMPOSER_MEMORY_LIMIT=-1 composer update
- name: "Application"
run: |
vendor/bin/phpstan --version
run: vendor/bin/phpstan --version

- name: "Analyses"
run: vendor/bin/phpstan analyse src/ --error-format=github

0 comments on commit 39a4c0e

Please sign in to comment.