Skip to content

Commit 489f372

Browse files
authored
Merge pull request #1 from szepeviktor/patch-1
Validate Composer configuration
2 parents 99e2203 + 816a5df commit 489f372

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/composer-normalize.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
- name: Git checkout
1616
uses: actions/checkout@v2
1717

18-
- name: normalize composer.json
18+
- name: Validate Composer configuration
19+
run: composer validate --strict
20+
21+
- name: Normalize composer.json
1922
run: |
2023
composer global require ergebnis/composer-normalize
2124
composer normalize

0 commit comments

Comments
 (0)