Skip to content

Commit

Permalink
Install composer dependencies first
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Oct 28, 2020
1 parent e68776d commit cd0c13b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
tools: php-cs-fixer:2.16
coverage: none

- name: Install dependencies with composer
run: composer install --no-interaction --no-progress --no-suggest

- name: Run php-cs-fixer
run: php-cs-fixer fix -vvv

Expand Down

0 comments on commit cd0c13b

Please sign in to comment.