Skip to content

Commit

Permalink
Update phpci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cisvindesh authored Sep 9, 2024
1 parent 7f076c2 commit 585f218
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/phpci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ jobs:
tools: php-cs-fixer, phpunit, phpstan, psalm, phpcs, cs2pr
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Setup problem matchers for php
run: echo "::add-matcher::${{ runner.tool_cache}}/php.json"
- name: Setup problem matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache}}/phpunit.json"
- name: Setup problem matchers for PHPStan
run: phpstan analyse src
- name: Setup problem matchers for Psalm
run: psalm --output-format=github
#- name: Setup problem matchers for php
# run: echo "::add-matcher::${{ runner.tool_cache}}/php.json"
#- name: Setup problem matchers for PHPUnit
# run: echo "::add-matcher::${{ runner.tool_cache}}/phpunit.json"
#- name: Setup problem matchers for PHPStan
# run: phpstan analyse src
#- name: Setup problem matchers for Psalm
# run: psalm --output-format=github
- name: Run PHPCS
run: phpcs -q --report=checkstyle src|cs2pr

0 comments on commit 585f218

Please sign in to comment.