Skip to content

Commit af813a7

Browse files
committed
Run composer validate for CI
1 parent 19aabe7 commit af813a7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
- name: Run tests with phpunit/phpunit
5959
run: vendor/bin/phpunit
6060

61+
- name: Validate composer
62+
run: composer validate --strict --no-check-lock
63+
6164
- name: phpstan-cache
6265
uses: actions/cache@v2
6366
with:

0 commit comments

Comments
 (0)