File tree Expand file tree Collapse file tree 6 files changed +3
-157
lines changed
Expand file tree Collapse file tree 6 files changed +3
-157
lines changed Original file line number Diff line number Diff line change 77/phpstan.dist.neon export-ignore
88/phpstan-baseline.neon export-ignore
99/phpunit.dist.xml export-ignore
10- /psalm.dist.xml export-ignore
11- /psalm-baseline.xml export-ignore
Original file line number Diff line number Diff line change 5252 - name : PHP Coding Standards Fixer
5353 run : php-cs-fixer fix --dry-run --format checkstyle | cs2pr
5454
55- psalm :
56- runs-on : ubuntu-latest
57- name : Static Analysis (Psalm)
58- steps :
59- - name : Checkout
60- uses : actions/checkout@v6
61-
62- - name : Setup PHP
63- uses : shivammathur/setup-php@v2
64- with :
65- php-version : ${{ env.PHP_VERSION }}
66- coverage : none
67- tools : psalm
68-
69- - name : Install Dependencies
70- uses : ramsey/composer-install@v3
71- with :
72- composer-options : ' --prefer-dist'
73-
74- - name : Run Psalm
75- run : psalm --long-progress --no-diff --output-format=github
76-
7755 phpstan :
7856 runs-on : ubuntu-latest
79- name : Static Analysis (PHPStan)
57+ name : Static Analysis
8058 steps :
8159 - name : Checkout
8260 uses : actions/checkout@v6
Original file line number Diff line number Diff line change @@ -10,5 +10,5 @@ vendor/
1010.phpunit.cache
1111phpunit.xml
1212
13- # Psalm
14- psalm.xml
13+ # PHPStan
14+ phpstan.neon
Original file line number Diff line number Diff line change 7070 "run-checks" : [
7171 " php-cs-fixer fix -vvv" ,
7272 " phpunit" ,
73- " psalm --no-cache" ,
7473 " phpstan"
7574 ]
7675 },
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments