Merge pull request #6721 from doctrine/3.9.x #6566
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Static Analysis" | |
on: | |
pull_request: | |
branches: | |
- "*.x" | |
paths: | |
- .github/workflows/static-analysis.yml | |
- composer.* | |
- phpstan.neon.dist | |
- src/** | |
- static-analysis/** | |
- tests/** | |
push: | |
branches: | |
- "*.x" | |
paths: | |
- .github/workflows/static-analysis.yml | |
- composer.* | |
- phpstan.neon.dist | |
- src/** | |
- static-analysis/** | |
- tests/** | |
jobs: | |
static-analysis-phpstan: | |
name: "Static Analysis" | |
uses: "doctrine/.github/.github/workflows/[email protected]" |