Skip to content

Commit

Permalink
Setup composer lint
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Oct 10, 2022
1 parent 2e6c37b commit 9e9e45c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/workflows/composer-lint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
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@2.1.0"
with:
php-version: "8.1"
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"event manager",
"event system"
],
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"license": "MIT",
"homepage": "https://www.doctrine-project.org/projects/event-manager.html",
"authors": [
{"name": "Guilherme Blanco", "email": "guilhermeblanco@gmail.com"},
{"name": "Roman Borschel", "email": "roman@code-factory.org"},
Expand Down

0 comments on commit 9e9e45c

Please sign in to comment.