Skip to content

Commit 0c18211

Browse files
committed
Fix PHP CS Fixer workflow name
1 parent c9a8ad9 commit 0c18211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
restore-keys: ${{ runner.os }}-composer-
6161
- name: Install Dependencies
6262
run: composer install --no-progress
63-
- name: PHPUnit
63+
- name: PHP CS Fixer
6464
run: vendor/bin/php-cs-fixer fix -v --dry-run .
6565

6666
phpstan:

0 commit comments

Comments
 (0)