-
Notifications
You must be signed in to change notification settings - Fork 360
Commit 5168e81
authored
ci: Add cs2pr handling for php-cs-fixer; avoid doing composer install (#814)
This PR uses the tools available from the [setup-php
](https://github.com/marketplace/actions/setup-php-action) action to
improve the feedback to better readable for humans using
[cs2pr](https://github.com/staabm/annotate-pull-request-from-checkstyle)
and avoids running `composer install` during the flow.1 parent 528b39f commit 5168e81
2 files changed
+6
-10
lines changedLines changed: 4 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 | - | ||
12 | - | ||
13 | - | ||
14 | 11 |
| |
15 | - | ||
12 | + | ||
16 | 13 |
| |
17 | 14 |
| |
18 | 15 |
| |
| |||
28 | 25 |
| |
29 | 26 |
| |
30 | 27 |
| |
31 | - | ||
32 | - | ||
33 | - | ||
34 | - | ||
28 | + | ||
35 | 29 |
| |
36 | 30 |
| |
37 | - | ||
31 | + | ||
32 | + |
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 | - | ||
14 | + | ||
15 | 15 |
| |
16 | + | ||
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
|
0 commit comments