mirror of
https://github.com/doctrine/.github.git
synced 2026-03-23 22:32:09 +01:00
This should allow downstream projects to better prepare for the Psalm removal: they can use the new phpstan workflow whenever they want to drop Psalm, and when all of them do, then we can drop the static analysis workflow form this repository.
12 lines
263 B
JSON
12 lines
263 B
JSON
{
|
|
"name": "Static analysis with PHPStan",
|
|
"description": "Perform static analysis on the source code and tests",
|
|
"iconName": "doctrine-logo",
|
|
"categories": [
|
|
"PHP"
|
|
],
|
|
"filePatterns": [
|
|
"^phpstan\\.neon(?:\\.dist)$"
|
|
]
|
|
}
|