Skip to content

Commit 2da3d85

Browse files
authored
Merge pull request #1881 from PrestaShopCorp/fix/cs-fixer-ci
fix: cs fixer
2 parents 6a11553 + b312d9f commit 2da3d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- run: composer install
4545

4646
- name: Run PHP-CS-Fixer
47-
run: ./vendor/bin/php-cs-fixer
47+
run: ./vendor/bin/php-cs-fixer fix --dry-run --diff --using-cache=no
4848

4949
phpstan:
5050
name: PHPStan

0 commit comments

Comments
 (0)