We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2706423 commit 3e5a534Copy full SHA for 3e5a534
cs2pr
@@ -1,6 +1,17 @@
1
#!/usr/bin/env php
2
<?php
3
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
+
15
error_reporting(E_ALL);
16
ini_set('display_errors', 'stderr');
17
gc_disable();
0 commit comments