Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F4121089
static-analysis.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
791 B
Referenced Files
None
Subscribers
None
static-analysis.yml
View Options
name
:
Static analysis
on
:
[
pull_request
]
jobs
:
job
:
strategy
:
matrix
:
include
:
-
description
:
Validate composer.json
script
:
composer validate
-
description
:
Code style
script
:
vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
-
description
:
PHPStan
script
:
vendor/bin/phpstan
-
description
:
Psalm
script
:
vendor/bin/psalm.phar
name
:
${{ matrix.description }}
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v2
-
name
:
Setup PHP
uses
:
shivammathur/setup-php@v2
with
:
php-version
:
7.4
-
name
:
Install dependencies
uses
:
"ramsey/composer-install@v1"
-
run
:
${{ matrix.script }}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 04:25 (2 d, 8 h ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
5d/fb/bc20e709402ffbe04d1e9198815b
Default Alt Text
static-analysis.yml (791 B)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment