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.
1 parent 173c400 commit c50c72bCopy full SHA for c50c72b
.github/workflows/csfix.yml
@@ -18,6 +18,8 @@ jobs:
18
uses: shivammathur/setup-php@v1
19
with:
20
php-version: 7.0
21
+ coverage: none # disable xdebug, pcov
22
+ tools: cs2pr
23
24
- name: "Install dependencies with composer"
25
run: "composer install --no-interaction --no-progress --no-suggest"
@@ -31,3 +33,5 @@ jobs:
31
33
branch: ${{ github.head_ref }}
32
34
env:
35
GITHUB_TOKEN: ${{ secrets.STAABM_TOKEN }}
36
+
37
+ - run: vendor/bin/php-cs-fixer fix --diff --dry-run --format=checkstyle | cs2pr # check whether there are still errors left
0 commit comments