mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-01-03 15:52:57 +08:00
Fix typo (#250)
This commit is contained in:
parent
bedf824517
commit
80e91ee891
@ -76,7 +76,7 @@ The eslint-stylish problem matcher defined below catches that output, and create
|
|||||||
{
|
{
|
||||||
// Matches the 2nd and 3rd line in the output
|
// Matches the 2nd and 3rd line in the output
|
||||||
"regexp": "^\\s+(\\d+):(\\d+)\\s+(error|warning|info)\\s+(.*)\\s\\s+(.*)$",
|
"regexp": "^\\s+(\\d+):(\\d+)\\s+(error|warning|info)\\s+(.*)\\s\\s+(.*)$",
|
||||||
// File is carried through from above, so we definte the rest of the groups
|
// File is carried through from above, so we define the rest of the groups
|
||||||
"line": 1,
|
"line": 1,
|
||||||
"column": 2,
|
"column": 2,
|
||||||
"severity": 3,
|
"severity": 3,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user