File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ phpcs --report=checkstyle /path/to/code | vendor/bin/cs2pr
7272PHPUnit does not support checkstyle, therefore cs2pr will not work for you.
7373
7474you might instead try
75- - a [ problem matcher] ( https://github.com/shivammathur/setup-php#problem-matchers )
76- - [ phpunit-github-actions-printer] ( https://github.com/mheap/phpunit-github-actions-printer )
75+ - a [ phpunit problem matcher] ( https://github.com/shivammathur/setup-php#problem-matchers )
76+ - a [ phpunit-github-actions-printer] ( https://github.com/mheap/phpunit-github-actions-printer )
7777
7878## Example GithubAction workflow
7979
9797 vendor/bin/phpstan analyse --error-format=checkstyle | vendor/bin/cs2pr
9898```
9999
100+ # Resources
101+
102+ [ GithubAction Problem Matchers] ( https://github.com/actions/toolkit/blob/master/docs/problem-matchers.md )
103+
100104# Idea
101105
102106This script is based on a suggestion of [ Benjamin Eberlei] ( https://twitter.com/beberlei/status/1218970454557372416 )
You can’t perform that action at this time.
0 commit comments