mirror of
https://github.com/actions/setup-node.git
synced 2025-04-23 12:00:48 +00:00
17 lines
363 B
JSON
17 lines
363 B
JSON
{
|
|
"problemMatcher": [
|
|
{
|
|
"owner": "tslint-prose",
|
|
"pattern": [
|
|
{
|
|
"regexp": "^(WARNING|ERROR):\\s\\\/home\\\/runner\\\/work\\\/[^\\\/]+\\\/[^\\\/]+\\\/(\\S+):(\\d+):(\\d+)\\s-\\s(.+)$",
|
|
"severity": 1,
|
|
"file": 2,
|
|
"line": 3,
|
|
"column": 4,
|
|
"message": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|