Skip to content

Commit 2ea94ca

Browse files
committed
💚 green_heart: composer validator
1 parent ab2636a commit 2ea94ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
run: make install
3232
- name: linter readme.md
3333
run: make linter-readme
34+
- name: Validate composer.json
35+
run: |
36+
cd apps
37+
composer validate
3438
- name: Install Composer dependencies
3539
run: |
3640
cd apps

0 commit comments

Comments
 (0)