We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb04098 + 8488ef4 commit 36c1df8Copy full SHA for 36c1df8
.github/workflows/pr.yml
@@ -24,7 +24,7 @@ jobs:
24
coverage: "pcov"
25
php-version: "${{ matrix.php-version }}"
26
ini-values: memory_limit=-1
27
- tools: composer:v2
+ tools: composer:v2, cs2pr
28
- name: "Use Cache"
29
uses: "actions/cache@v2"
30
with:
@@ -35,7 +35,7 @@ jobs:
35
- name: "Install locked dependencies"
36
run: "composer install --no-interaction --no-progress --no-suggest"
37
- name: "Coding Standard"
38
- run: "vendor/bin/php-cs-fixer fix --dry-run -vvv"
+ run: "vendor/bin/php-cs-fixer fix -vvv --dry-run --format=checkstyle | cs2pr"
39
40
type-analysis:
41
name: "Type Coverage"
0 commit comments