Skip to content

Commit

Permalink
remove unnecessary check in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kusmitsch committed Sep 25, 2024
1 parent 4b81ca2 commit e9e1e90
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/check-cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ jobs:
run: |
composer install --prefer-dist --no-progress
- name: Check
run: |
ls -la vendor/bin
- name: Check Code Style
run: ./vendor/bin/phpcs --report-full --report-checkstyle=./phpcs-report.xml

Expand Down

0 comments on commit e9e1e90

Please sign in to comment.