Skip to content

Commit b98a451

Browse files
authored
Update phpci.yml
1 parent 3fd0cdb commit b98a451

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/phpci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ jobs:
1414
tools: php-cs-fixer, phpunit, phpstan, psalm, phpcs, cs2pr
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
18-
- run: |
19-
composer install # install your apps dependencies
20-
composer require staabm/annotate-pull-request-from-checkstyle # install cs2pr
21-
vendor/bin/phpstan analyse --error-format=checkstyle | vendor/bin/cs2pr
2217

2318
#- name: Setup problem matchers for php
2419
# run: echo "::add-matcher::${{ runner.tool_cache}}/php.json"

0 commit comments

Comments
 (0)