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 13, 2024
1 parent b744409 commit b54cc83
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ jobs:
- name: "Application"
run: |
mkdir -p build/logs
wget -c -nc --retry-connrefused --tries=0 https://github.com/phpstan/phpstan/releases/download/1.4.10/phpstan.phar -O phpstan.phar
chmod +x phpstan.phar
php phpstan.phar --version
vendor/bin/phpstan --version
- name: "Analyses"
run: php phpstan.phar analyse src/ --error-format=github
run: vendor/bin/phpstan analyse src/ --error-format=github

0 comments on commit b54cc83

Please sign in to comment.