Skip to content

Commit f2fcb21

Browse files
kubawerlossebastianbergmann
authored andcommitted
Update "Run PHP-CS-Fixer" step in CI
1 parent 6013ec0 commit f2fcb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
tools: none
5959

6060
- name: Run PHP-CS-Fixer
61-
run: ./tools/php-cs-fixer fix --dry-run --show-progress=dots --using-cache=no --verbose
61+
run: ./tools/php-cs-fixer check --show-progress=dots --using-cache=no --verbose
6262

6363
type-checker:
6464
name: Type Checker

0 commit comments

Comments
 (0)