Merge pull request #144 from doctrine/dependabot/github_actions/doctr… #272
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" | ||
push: | ||
branches: | ||
- "*.x" | ||
jobs: | ||
static-analysis: | ||
name: "Static Analysis" | ||
uses: "doctrine/.github/.github/workflows/static-analysis.yml@5.2.0" | ||
Check failure on line 14 in .github/workflows/static-analysis.yml GitHub Actions / .github/workflows/static-analysis.ymlInvalid workflow file
|