Skip to content

Merge pull request #68 from greg0ire/drop-psalm #59

Merge pull request #68 from greg0ire/drop-psalm

Merge pull request #68 from greg0ire/drop-psalm #59

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