File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change 16
16
- name : Show the phpstan version
17
17
run : webapp/vendor/phpstan/phpstan/phpstan --version
18
18
- name : Run PHPStan in the classic way
19
- run : webapp/vendor/bin/phpstan --configuration=webapp/phpstan.dist.neon
20
- - uses : php-actions/phpstan@v3
21
- with :
22
- configuration : webapp/phpstan.dist.neon
23
- php_extensions : gd intl mysqli pcntl zip
24
- autoload_file : webapp/vendor/autoload.php
25
- version : composer
26
- generate_baseline : /tmp/artifacts/phpstan_baseline.xml
27
- command : list
28
- args : -vvv
29
- - uses : php-actions/phpstan@v3
30
- with :
31
- configuration : webapp/phpstan.dist.neon
32
- php_extensions : gd intl mysqli pcntl zip
33
- autoload_file : webapp/vendor/autoload.php
34
- version : composer
35
- args : -vvv
36
- - uses : php-actions/phpstan@v2
37
- with :
38
- configuration : webapp/phpstan.dist.neon
39
- php_extensions : gd intl mysqli pcntl zip
40
- autoload_file : webapp/vendor/autoload.php
41
- version : composer
42
- args : -vvv
19
+ run : webapp/vendor/bin/phpstan --configuration=webapp/phpstan.dist.neon | tee /tmp/artifacts/phpstan.out
43
20
- uses : actions/upload-artifact@v4
44
21
if : always()
45
22
with :
You can’t perform that action at this time.
0 commit comments