Skip to content

Commit c50c72b

Browse files
authored
Added double check (#42)
1 parent 173c400 commit c50c72b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/csfix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
uses: shivammathur/setup-php@v1
1919
with:
2020
php-version: 7.0
21+
coverage: none # disable xdebug, pcov
22+
tools: cs2pr
2123

2224
- name: "Install dependencies with composer"
2325
run: "composer install --no-interaction --no-progress --no-suggest"
@@ -31,3 +33,5 @@ jobs:
3133
branch: ${{ github.head_ref }}
3234
env:
3335
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

Comments
 (0)