Skip to content

Merge pull request #873 from 5.1.1 into 5.2.x #94

Merge pull request #873 from 5.1.1 into 5.2.x

Merge pull request #873 from 5.1.1 into 5.2.x #94

Workflow file for this run

name: "Composer Lint"
on:
pull_request:
branches:
- "*.x"
paths:
- "composer.json"
push:
branches:
- "*.x"
paths:
- "composer.json"
jobs:
composer-lint:
name: "Composer Lint"
uses: "doctrine/.github/.github/workflows/[email protected]"