mirror of
https://github.com/doctrine/data-fixtures.git
synced 2026-03-23 22:32:13 +01:00
15 lines
228 B
YAML
15 lines
228 B
YAML
name: "Static Analysis"
|
|
|
|
on:
|
|
pull_request:
|
|
branches:
|
|
- "*.x"
|
|
push:
|
|
branches:
|
|
- "*.x"
|
|
|
|
jobs:
|
|
static-analysis:
|
|
name: "Static Analysis"
|
|
uses: "doctrine/.github/.github/workflows/phpstan.yml@5.2.0"
|