Skip to content

Commit 3e5a534

Browse files
authored
Doc header
1 parent 2706423 commit 3e5a534

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

cs2pr

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
#!/usr/bin/env php
22
<?php
33

4+
/*
5+
* Turns checkstyle based XML-Reports into Github Pull Request Annotations via the Checks API. This script is meant for use within your GithubAction.
6+
*
7+
* (c) Markus Staab <markus.staab@redaxo.org>
8+
*
9+
* For the full copyright and license information, please view the LICENSE
10+
* file that was distributed with this source code.
11+
*
12+
* https://github.com/staabm/annotate-pull-request-from-checkstyle
13+
*/
14+
415
error_reporting(E_ALL);
516
ini_set('display_errors', 'stderr');
617
gc_disable();

0 commit comments

Comments
 (0)