Skip to content

Commit 808b6f8

Browse files
committed
simplifying output
1 parent 3923f8b commit 808b6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
composer-options: "--working-dir=tools/php-cs-fixer"
5050

5151
- name: PHP-CS-Fixer
52-
run: tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --dry-run --format=checkstyle | cs2pr
52+
run: tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --dry-run
5353

5454
psalm:
5555
name: Psalm

0 commit comments

Comments
 (0)