Skip to content

Commit a572b0c

Browse files
committed
Update workflows/lint.yml
1 parent 25395ea commit a572b0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848

4949
- name: PHP-CS-Fixer
5050
if: always() && steps.install.outcome == 'success'
51-
run: vendor/bin/php-cs-fixer fix --diff --dry-run --ansi
51+
run: vendor/bin/php-cs-fixer fix --diff --dry-run
5252

5353
- name: PHPStan
5454
if: always() && steps.install.outcome == 'success'
55-
run: vendor/bin/phpstan analyse
55+
run: vendor/bin/phpstan analyse --ansi
5656

5757
- name: Rector
5858
if: always() && steps.install.outcome == 'success'

0 commit comments

Comments
 (0)