We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10b3cdf commit 8327032Copy full SHA for 8327032
.github/workflows/phpcs.yml
@@ -24,4 +24,4 @@ jobs:
24
run: composer install --prefer-dist --no-progress
25
26
- name: Run PHPCS
27
- run: composer lint -- --report-checkstyle | cs2pr
+ run: composer lint -- -q --report-checkstyle | cs2pr
0 commit comments