Skip to content

Merge pull request #432 from greg0ire/3.0.x #470

Merge pull request #432 from greg0ire/3.0.x

Merge pull request #432 from greg0ire/3.0.x #470

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 15 in .github/workflows/static-analysis.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/static-analysis.yml

Invalid workflow file

error parsing called workflow ".github/workflows/static-analysis.yml" -> "doctrine/.github/.github/workflows/static-analysis.yml@5.2.0" (source tag with sha:889a1398469e6a8da189bc66c6a195dc0a786109) --> "./.github/workflows/phpstan.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.
with:
php-version: "8.1"