Skip to content

Commit 82130b4

Browse files
committed
Fix faulty build action
1 parent 3877e76 commit 82130b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: composer update --ansi --no-scripts --no-interaction
7878

7979
- name: Run PHP-CS-Fixer
80-
run: vendor/bin/php-cs-fixer fix --ansi --config=.php_cs.dist --verbose --dry-run --using-cache=no
80+
run: vendor/bin/php-cs-fixer fix --ansi --verbose --dry-run --using-cache=no
8181

8282
- name: Run PHPStan Static Analysis Check
8383
run: vendor/bin/phpstan analyse --ansi

0 commit comments

Comments
 (0)