mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-27 05:31:11 -08:00
Update SA-phpstan.yml
This commit is contained in:
parent
540f783ba2
commit
0a98adb246
6
.github/workflows/SA-phpstan.yml
vendored
6
.github/workflows/SA-phpstan.yml
vendored
|
@ -17,9 +17,9 @@ jobs:
|
|||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.0'
|
||||
coverage: none
|
||||
#coverage: none
|
||||
ini-values: "memory_limit=-1"
|
||||
extensions: mbstring, intl
|
||||
#extensions: mbstring, intl
|
||||
- name: Download deps
|
||||
run: composer update --no-interaction --no-progress
|
||||
- name: Download PHPStan
|
||||
|
@ -32,3 +32,5 @@ jobs:
|
|||
run: rm -f database/migrations/2015_11_05_183749_image.php
|
||||
- name: Execute PHPStan
|
||||
run: vendor/bin/phpstan analyze app config routes --no-progress --error-format=github -l 5
|
||||
env:
|
||||
APP_KEY: APP_KEY_CREATED_FOR_PHPSTAN_SDLC
|
||||
|
|
Loading…
Reference in a new issue