We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9bd3f commit b2f8e09Copy full SHA for b2f8e09
.github/workflows/ci.yaml
@@ -28,7 +28,7 @@ jobs:
28
run: composer install --no-interaction --no-suggest
29
30
- name: Run the CS fixer
31
- run: composer cs
+ run: vendor/bin/ecs
32
33
tests:
34
name: PHP ${{ matrix.php }}
0 commit comments