Skip to content

Merge pull request #1019 from doctrine/dependabot/github_actions/doct… #285

Merge pull request #1019 from doctrine/dependabot/github_actions/doct…

Merge pull request #1019 from doctrine/dependabot/github_actions/doct… #285

name: "Static Analysis"
on:
pull_request:
branches:
- "*.x"
push:
branches:
- "*.x"
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/[email protected]"

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/[email protected]" (source tag with sha:fc7c7db6a5600295221b218d1b4952f8c84b8e4e) --> "./.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"