Skip to content

Commit b2f8e09

Browse files
committed
Fix CS CI
1 parent bf9bd3f commit b2f8e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: composer install --no-interaction --no-suggest
2929

3030
- name: Run the CS fixer
31-
run: composer cs
31+
run: vendor/bin/ecs
3232

3333
tests:
3434
name: PHP ${{ matrix.php }}

0 commit comments

Comments
 (0)