Skip to content

Merge pull request #126 from doctrine/dependabot/github_actions/doctr… #199

Merge pull request #126 from doctrine/dependabot/github_actions/doctr…

Merge pull request #126 from doctrine/dependabot/github_actions/doctr… #199

name: "Static Analysis"
on:
pull_request:
branches:
- "*.x"
paths:
- .github/workflows/static-analysis.yml
- composer.*
- src/**
- phpstan*
- psalm*
- tests/**
push:
branches:
- "*.x"
paths:
- .github/workflows/static-analysis.yml
- composer.*
- src/**
- phpstan*
- psalm*
- tests/**
jobs:
static-analysis:
name: "Static Analysis"
uses: "doctrine/.github/.github/workflows/[email protected]"

Check failure on line 29 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: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.