Merge pull request #1768 from greg0ire/analyze-middleware #174
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: "Composer Lint" | |
on: | |
pull_request: | |
branches: | |
- "*.x" | |
paths: | |
- "composer.json" | |
push: | |
branches: | |
- "*.x" | |
paths: | |
- "composer.json" | |
jobs: | |
composer-lint: | |
name: "Composer Lint" | |
uses: "doctrine/.github/.github/workflows/[email protected]" |