Skip to content

Commit

Permalink
[minor] self-update php-cs-fixer in action
Browse files Browse the repository at this point in the history
  • Loading branch information
kbond committed Sep 16, 2020
1 parent 633ef70 commit f260289
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,9 @@ jobs:
coverage: none

- name: Install dependencies
run: wget https://cs.symfony.com/download/php-cs-fixer-v2.phar -O php-cs-fixer.phar
run: |
wget https://cs.symfony.com/download/php-cs-fixer-v2.phar -O php-cs-fixer.phar
php php-cs-fixer.phar self-update
- name: Check CS
run: php php-cs-fixer.phar fix -v --dry-run --diff-format=udiff

0 comments on commit f260289

Please sign in to comment.