Skip to content

Commit

Permalink
Add composer validate command
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Apr 22, 2020
1 parent f62309b commit 2f046fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
restore-keys: ${{ runner.os }}-composer-

- name: Validate Composer
run: composer validate

- name: Install Composer dependencies
run: composer install --prefer-dist --no-suggest

Expand Down

0 comments on commit 2f046fd

Please sign in to comment.