Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ned Zimmerman authored Oct 3, 2019
1 parent ef459fd commit ba3af16
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
uses: shivammathur/[email protected]
with:
php-version: 7.3
- name: Install Composer dependencies
run: composer install
- name: Run lint command
run: composer lint
- name: composer install and lint
run: |
composer install
composer lint
- env:
CI: true

0 comments on commit ba3af16

Please sign in to comment.