Skip to content

Commit

Permalink
Update static-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freost committed Apr 21, 2023
1 parent 788b7ae commit 9bb976e
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,14 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer install --prefer-dist --no-interaction --no-progress
command: >-
composer install
--prefer-dist
--no-interaction
--no-progress
- name: "Run analysis"
run: "./vendor/bin/phpstan analyze src --no-progress --memory-limit=-1 -c phpstan.neon"
run: >-
./vendor/bin/phpstan analyze src
--no-progress
--memory-limit=-1
-c phpstan.neon

0 comments on commit 9bb976e

Please sign in to comment.