Skip to content

Commit 2901a67

Browse files
committed
Also check validity of composer files
1 parent 3509b66 commit 2901a67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
uses: actions/checkout@v2
3535
with:
3636
fetch-depth: 0
37+
- name: Check validity of composer files
38+
run: composer valid --strict --ansi --no-interaction
3739
- name: Install Composer dependencies (including dev, preferring source)
3840
run: composer install --prefer-source --optimize-autoloader --ansi --no-interaction
3941
- name: Check coding style

0 commit comments

Comments
 (0)