Skip to content

Commit

Permalink
disable progress and verbose output so checkstyle report can be passe…
Browse files Browse the repository at this point in the history
…d to cs2pr directly
  • Loading branch information
mikey179 committed Feb 27, 2020
1 parent 7979e9d commit b25cdc8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,4 @@ jobs:
run: composer install --prefer-dist --no-progress --no-suggest

- name: phpcs
run: |
vendor/bin/phpcs --report-checkstyle=cs-report.xml
cs2pr cs-report.xml
run: vendor/bin/phpcs --report--report=checkstyle -q | cs2pr

0 comments on commit b25cdc8

Please sign in to comment.