feat: improve phpstan level 7 and add phpstan-symfony rules (#2161) #404
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: "Composer Lint" | |
| on: | |
| pull_request: | |
| branches: | |
| - "*.x" | |
| paths: | |
| - .github/workflows/composer-lint.yml | |
| - "composer.json" | |
| push: | |
| branches: | |
| - "*.x" | |
| paths: | |
| - .github/workflows/composer-lint.yml | |
| - "composer.json" | |
| jobs: | |
| composer-lint: | |
| name: "Composer Lint" | |
| uses: "doctrine/.github/.github/workflows/[email protected]" |