Skip to content

Commit d1abe22

Browse files
authored
Added resources
1 parent bf22400 commit d1abe22

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ phpcs --report=checkstyle /path/to/code | vendor/bin/cs2pr
7272
PHPUnit does not support checkstyle, therefore cs2pr will not work for you.
7373

7474
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)
7777

7878
## Example GithubAction workflow
7979

@@ -97,6 +97,10 @@ jobs:
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

102106
This script is based on a suggestion of [Benjamin Eberlei](https://twitter.com/beberlei/status/1218970454557372416)

0 commit comments

Comments
 (0)