Skip to content

Commit e9e1e90

Browse files
author
Igor Kusmitsch
committed
remove unnecessary check in workflow
1 parent 4b81ca2 commit e9e1e90

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/check-cs.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ jobs:
3434
run: |
3535
composer install --prefer-dist --no-progress
3636
37-
- name: Check
38-
run: |
39-
ls -la vendor/bin
40-
4137
- name: Check Code Style
4238
run: ./vendor/bin/phpcs --report-full --report-checkstyle=./phpcs-report.xml
4339

0 commit comments

Comments
 (0)