Skip to content

Doctrine Coding Standard 12 (#376) #54

Doctrine Coding Standard 12 (#376)

Doctrine Coding Standard 12 (#376) #54

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/composer-lint.yml@1.5.0"
with:
php-version: "8.1"