Skip to content

Commit 6012aae

Browse files
authored
Fix CS CI action (#109)
1 parent 235ac7f commit 6012aae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: "ramsey/composer-install@v3"
3636

3737
- name: Run Rector
38-
run: compose
38+
run: composer rector
3939

4040
- name: Run PHP CS Fixer
4141
run: composer php-cs-fixer

0 commit comments

Comments
 (0)