Merge pull request #646 from doctrine/dependabot/composer/phpstan/php… #704
This file contains hidden or 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" | |
| push: | |
| branches: | |
| - "*.x" | |
| jobs: | |
| static-analysis: | |
| name: "Static Analysis" | |
| uses: "doctrine/.github/.github/workflows/phpstan.yml@15.0.0" |