Skip to content

Commit

Permalink
Add Composer Lint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Jul 2, 2022
1 parent bbb1b03 commit 42f4070
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/composer-lint.yml
@@ -0,0 +1,18 @@
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"

0 comments on commit 42f4070

Please sign in to comment.