We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a8ad9 commit 0c18211Copy full SHA for 0c18211
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
restore-keys: ${{ runner.os }}-composer-
61
- name: Install Dependencies
62
run: composer install --no-progress
63
- - name: PHPUnit
+ - name: PHP CS Fixer
64
run: vendor/bin/php-cs-fixer fix -v --dry-run .
65
66
phpstan:
0 commit comments