Update php.yml

This commit is contained in:
Barbara-Pitt 2020-12-27 03:40:57 -06:00 committed by GitHub
parent 63ec76a0b0
commit a3b2c96df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -22,6 +22,9 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Install composer
run: composer install --prefer-dist --no-progress --no-suggest
- name: Validate composer.json and composer.lock - name: Validate composer.json and composer.lock
run: composer validate run: composer validate