Commit 80d3569
committed
Remove tailing comma in matrix JSON
Many tools are permissive about a trailing comma in a JSON array, but
not all. We use `act` to run GH actions locally and it is throwing an
error trying to parse this line.1 parent 8e529b9 commit 80d3569
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments