Update php.yml

This commit is contained in:
Barbara-Pitt 2020-12-27 03:40:57 -06:00 committed by GitHub
parent 5fe6ddacb3
commit ea4adff8c9

View File

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