We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5ad26 commit b494a72Copy full SHA for b494a72
.github/workflows/test.yaml
@@ -15,8 +15,8 @@ jobs:
15
php-version: '7.4'
16
- name: php-cs-fixer
17
run: |
18
- wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.16.4/php-cs-fixer.phar -q
19
- php php-cs-fixer.phar fix --dry-run --diff
+ composer install --prefer-dist --no-interaction --no-ansi --no-progress
+ php vendor/bin/php-cs-fixer fix --dry-run --diff
20
21
tests-php-7-4:
22
runs-on: ubuntu-latest
0 commit comments