File tree 1 file changed +6
-2
lines changed
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
72
72
PHPUnit does not support checkstyle, therefore cs2pr will not work for you.
73
73
74
74
you 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 )
77
77
78
78
## Example GithubAction workflow
79
79
97
97
vendor/bin/phpstan analyse --error-format=checkstyle | vendor/bin/cs2pr
98
98
```
99
99
100
+ # Resources
101
+
102
+ [ GithubAction Problem Matchers] ( https://github.com/actions/toolkit/blob/master/docs/problem-matchers.md )
103
+
100
104
# Idea
101
105
102
106
This 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