Commit 6151cf2
committed
GH Actions: only run PHPCS once
All sniffs from PHPCS are set up to give the same results independently of the PHP version on which PHPCS is run, so there is no need to run it against multiple PHP versions in the matrix.
With this in mind, I'm suggesting to split off the PHPCS check into its own job.
Within that job, I've also set things up in a way that any CS errors will be shown inline in the code view if the build was run for a PR.1 parent 866a915 commit 6151cf2
1 file changed
+32
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
13 | 43 | | |
14 | | - | |
| 44 | + | |
15 | 45 | | |
16 | 46 | | |
17 | 47 | | |
| |||
41 | 71 | | |
42 | 72 | | |
43 | 73 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 74 | + | |
48 | 75 | | |
49 | 76 | | |
0 commit comments