Skip to content

Commit

Permalink
failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
fokosun committed Jun 26, 2024
1 parent 63ff1b3 commit f224715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Running static analysis
run: vendor/bin/phpstan analyse --memory-limit=2G
run: vendor/bin/phpstan analyse --level=1 --memory-limit=2G

0 comments on commit f224715

Please sign in to comment.