mirror of
https://github.com/danog/Valinor.git
synced 2024-11-26 20:24:40 +01:00
qa: validate composer lock file in workflow
This commit is contained in:
parent
9326f58f85
commit
caed069f8a
3
.github/workflows/quality-assurance.yml
vendored
3
.github/workflows/quality-assurance.yml
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user