mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-03-15 21:42:36 +08:00
Fix typo (#250)
This commit is contained in:
committed by
Bryan MacFarlane
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
|
||||
"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,
|
||||
"column": 2,
|
||||
"severity": 3,
|
||||
|
||||
Reference in New Issue
Block a user