qa: validate composer lock file in workflow

This commit is contained in:
Romain Canon 2022-01-11 19:06:09 +01:00
parent 9326f58f85
commit caed069f8a

View File

@ -49,6 +49,9 @@ jobs:
path: var/cache/phpstan
key: phpstan
- name: Checking Composer
run: composer validate
- name: Install dependencies
run: composer install --prefer-dist --no-interaction