Merge pull request #1035 from doctrine/dependabot/github_actions/doct… #324
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: "Coding Standards" | |
| on: | |
| pull_request: | |
| branches: | |
| - "*.x" | |
| push: | |
| branches: | |
| - "*.x" | |
| jobs: | |
| coding-standards: | |
| name: "Coding Standards" | |
| uses: "doctrine/.github/.github/workflows/coding-standards.yml@10.1.0" | |
| with: | |
| php-version: "7.4" |